Skip to content

Commit bdb1737

Browse files
committed
fixup blocksign functional tests again...
1 parent 7f2302b commit bdb1737

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

test/functional/feature_blocksign.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def set_test_params(self):
7474
self.extra_args = [[
7575
"-signblockscript={}".format(signblockscript),
7676
"-con_max_block_sig_size={}".format(self.required_signers*74),
77-
"-con_blocksubsidy=5000000000",
77+
"-anyonecanspendaremine=1"
7878
]] * self.num_nodes
7979

8080
def setup_network(self):
@@ -103,8 +103,8 @@ def mine_block(self, make_transactions):
103103
# miner makes a block
104104
block = miner.getnewblockhex()
105105

106-
# other nodes get fed compact blocks
107-
for i in range(self.num_nodes):
106+
# other signing nodes get fed compact blocks
107+
for i in range(self.num_keys):
108108
if i == mineridx:
109109
continue
110110
sketch = miner.getcompactsketch(block)

test/functional/test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@
150150
'feature_logging.py',
151151
'p2p_node_network_limited.py',
152152
'feature_blocksign.py',
153-
'feature_signed_blockchain.py',
154153
'feature_blocksdir.py',
155154
'feature_config_args.py',
156155
'feature_help.py',

0 commit comments

Comments
 (0)