File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11
11
)
12
12
from test_framework .governance import EXPECTED_STDERR_NO_GOV_PRUNE
13
13
14
- # TODO: remove testactivationheight=v20@3000 when it will be activated from block 1
15
14
DEPLOYMENT_ARGS = ["-testactivationheight=v20@3000" , "-dip3params=3000:3000" ]
16
15
17
16
class FeatureIndexPruneTest (BitcoinTestFramework ):
@@ -145,7 +144,7 @@ def run_test(self):
145
144
for node in self .nodes [:2 ]:
146
145
with node .assert_debug_log (['limited pruning to height 2489' ]):
147
146
pruneheight_new = node .pruneblockchain (2500 )
148
- assert_equal (pruneheight_new , 2125 )
147
+ assert_equal (pruneheight_new , 2196 )
149
148
150
149
self .log .info ("ensure that prune locks don't prevent indices from failing in a reorg scenario" )
151
150
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