Skip to content

Commit

Permalink
'fHF: Simplify legacy->dynafed transition max sig size'
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Nov 8, 2019
1 parent d396add commit 5938939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_blocksign.py
Expand Up @@ -84,7 +84,7 @@ def set_test_params(self):
self.witnessScript = signblockscript # post-dynafed this becomes witnessScript
self.extra_args = [[
"-signblockscript={}".format(signblockscript),
"-con_max_block_sig_size={}".format(self.required_signers*74),
"-con_max_block_sig_size={}".format(self.required_signers*74+self.num_nodes*33),
"-anyonecanspendaremine=1",
"-con_dyna_deploy_start=0",
]] * self.num_nodes
Expand Down

0 comments on commit 5938939

Please sign in to comment.