We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5757de4 commit 206bc05Copy full SHA for 206bc05
test/functional/feature_assumeutxo.py
@@ -484,12 +484,6 @@ def check_dump_output(output):
484
dump_output5 = n0.dumptxoutset('utxos5.dat', rollback=prev_snap_hash)
485
assert_equal(sha256sum_file(dump_output4['path']), sha256sum_file(dump_output5['path']))
486
487
- # TODO: This is a hack to set m_best_header to the correct value after
488
- # dumptxoutset/reconsiderblock. Otherwise the wrong error messages are
489
- # returned in following tests. It can be removed once this bug is
490
- # fixed. See also https://github.com/bitcoin/bitcoin/issues/26245
491
- self.restart_node(0, ["-reindex"])
492
-
493
# Ensure n0 is back at the tip
494
assert_equal(n0.getblockchaininfo()["blocks"], FINAL_HEIGHT)
495
0 commit comments