[tests] Functional tests must explicitly set num_nodes

Github-Pull: #11121
Rebased-From: 7148b74dc3
This commit is contained in:
John Newbery
2017-08-24 11:11:56 -04:00
committed by MarcoFalke
parent 801d2ae924
commit 82bf6fc6d4
15 changed files with 31 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ from test_framework.util import assert_equal
class ListSinceBlockTest (BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4
self.setup_clean_chain = True
def run_test(self):