aboutsummaryrefslogtreecommitdiff
path: root/test/functional/listtransactions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/listtransactions.py')
-rwxr-xr-xtest/functional/listtransactions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/listtransactions.py b/test/functional/listtransactions.py
index 5ee85a0dac..e4522cc3b5 100755
--- a/test/functional/listtransactions.py
+++ b/test/functional/listtransactions.py
@@ -17,6 +17,7 @@ def txFromHex(hexstring):
class ListTransactionsTest(BitcoinTestFramework):
def set_test_params(self):
+ self.num_nodes = 2
self.enable_mocktime()
def run_test(self):