We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
num_nodes
feature_nulldummy.py
1 parent c6eabc1 commit a118fe1Copy full SHA for a118fe1
test/functional/feature_nulldummy.py
@@ -43,15 +43,14 @@ def invalidate_nulldummy_tx(tx):
43
class NULLDUMMYTest(BitcoinTestFramework):
44
45
def set_test_params(self):
46
- # Need two nodes so GBT (getblocktemplate) doesn't complain that it's not connected.
47
- self.num_nodes = 2
+ self.num_nodes = 1
48
self.setup_clean_chain = True
49
self.extra_args = [[
50
'-whitelist=127.0.0.1',
51
'-dip3params=105:105',
52
f'-testactivationheight=bip147@{COINBASE_MATURITY + 5}',
53
'-par=1', # Use only one script thread to get the exact reject reason for testing
54
- ]] * 2
+ ]]
55
56
def skip_test_if_missing_module(self):
57
self.skip_if_no_wallet()
0 commit comments