@@ -50,8 +50,7 @@ def validate_no_vote_op_true(node, block, first_dynafed_active_block):
5050 else :
5151 assert_equal (dynamic_parameters ["current" ]["fedpegscript" ], "" )
5252 assert_equal (dynamic_parameters ["current" ]["extension_space" ], [])
53- # TODO workshop this bump, or commit to new value in chainparams instead
54- assert_equal (dynamic_parameters ["current" ]["max_block_witness" ], 75 )
53+ assert_equal (dynamic_parameters ["current" ]["max_block_witness" ], 74 )
5554 # nothing was proposed, null fields make impossible to be valid blockheader
5655 # due to script rules requiring bool true on stack
5756 assert_equal (dynamic_parameters ["proposed" ]["signblockscript" ], "" )
@@ -193,7 +192,7 @@ def test_four_fifth_vote(self):
193192 chain_info = self .nodes [i ].getblockchaininfo ()
194193 fedpeg_info = self .nodes [i ].getsidechaininfo ()
195194 assert_equal (chain_info ["current_signblock_hex" ], WSH_OP_TRUE )
196- assert_equal (chain_info ["max_block_witness" ], 75 )
195+ assert_equal (chain_info ["max_block_witness" ], 74 )
197196 assert_equal (chain_info ["extension_space" ], initial_extension )
198197 assert_equal (fedpeg_info ["current_fedpegscripts" ], ["51" , "51" ])
199198
@@ -211,7 +210,7 @@ def test_four_fifth_vote(self):
211210 chain_info = self .nodes [i ].getblockchaininfo ()
212211 fedpeg_info = self .nodes [i ].getsidechaininfo ()
213212 assert_equal (chain_info ["current_signblock_hex" ], WSH_OP_TRUE )
214- assert_equal (chain_info ["max_block_witness" ], 75 )
213+ assert_equal (chain_info ["max_block_witness" ], 74 )
215214 assert_equal (chain_info ["extension_space" ], initial_extension )
216215 assert_equal (fedpeg_info ["current_fedpegscripts" ], ["51" , "51" ])
217216
0 commit comments