mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-03 01:09:14 +01:00
[tests] Functional tests must explicitly set num_nodes
This commit is contained in:
@@ -24,6 +24,7 @@ def get_sub_array_from_array(object_array, to_match):
|
||||
|
||||
class ReceivedByTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.num_nodes = 2
|
||||
self.enable_mocktime()
|
||||
|
||||
def run_test(self):
|
||||
|
||||
Reference in New Issue
Block a user