mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 10:12:28 +02:00
[tests] Functional tests must explicitly set num_nodes
Github-Pull: #11121
Rebased-From: 7148b74dc3
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user