diff options
Diffstat (limited to 'test/functional/listtransactions.py')
-rwxr-xr-x | test/functional/listtransactions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/listtransactions.py b/test/functional/listtransactions.py index 68d14093ce..f69f1c5724 100755 --- a/test/functional/listtransactions.py +++ b/test/functional/listtransactions.py @@ -24,7 +24,7 @@ class ListTransactionsTest(BitcoinTestFramework): def setup_nodes(self): #This test requires mocktime enable_mocktime() - return start_nodes(self.num_nodes, self.options.tmpdir) + self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir) def run_test(self): # Simple send, 0 to 1: |