File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1111)
1212from test_framework .governance import EXPECTED_STDERR_NO_GOV_PRUNE
1313
14- # TODO: remove testactivationheight=v20@3000 when it will be activated from block 1
1514DEPLOYMENT_ARGS = ["-testactivationheight=v20@3000" , "-dip3params=3000:3000" ]
1615
1716class FeatureIndexPruneTest (BitcoinTestFramework ):
@@ -145,7 +144,7 @@ def run_test(self):
145144 for node in self .nodes [:2 ]:
146145 with node .assert_debug_log (['limited pruning to height 2489' ]):
147146 pruneheight_new = node .pruneblockchain (2500 )
148- assert_equal (pruneheight_new , 2125 )
147+ assert_equal (pruneheight_new , 2196 )
149148
150149 self .log .info ("ensure that prune locks don't prevent indices from failing in a reorg scenario" )
151150 with self .nodes [0 ].assert_debug_log (['basic block filter index prune lock moved back to 2480' ]):
You can’t perform that action at this time.
0 commit comments