Skip to content

Commit

Permalink
fixup blocksign functional tests again...
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Nov 15, 2018
1 parent 7f2302b commit bdb1737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/functional/feature_blocksign.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def set_test_params(self):
self.extra_args = [[
"-signblockscript={}".format(signblockscript),
"-con_max_block_sig_size={}".format(self.required_signers*74),
"-con_blocksubsidy=5000000000",
"-anyonecanspendaremine=1"
]] * self.num_nodes

def setup_network(self):
Expand Down Expand Up @@ -103,8 +103,8 @@ def mine_block(self, make_transactions):
# miner makes a block
block = miner.getnewblockhex()

# other nodes get fed compact blocks
for i in range(self.num_nodes):
# other signing nodes get fed compact blocks
for i in range(self.num_keys):
if i == mineridx:
continue
sketch = miner.getcompactsketch(block)
Expand Down
1 change: 0 additions & 1 deletion test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
'feature_logging.py',
'p2p_node_network_limited.py',
'feature_blocksign.py',
'feature_signed_blockchain.py',
'feature_blocksdir.py',
'feature_config_args.py',
'feature_help.py',
Expand Down

0 comments on commit bdb1737

Please sign in to comment.