Skip to content

Commit

Permalink
test: Remove unnecessary restart in assumeutxo test
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Jun 21, 2024
1 parent 19ce3d4 commit 2f9bde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/feature_assumeutxo.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def test_snapshot_with_less_work(self, dump_output_path):
assert_equal(node.getblockcount(), FINAL_HEIGHT)
with node.assert_debug_log(expected_msgs=["[snapshot] activation failed - work does not exceed active chainstate"]):
assert_raises_rpc_error(-32603, "Unable to load UTXO snapshot", node.loadtxoutset, dump_output_path)
self.restart_node(0, extra_args=self.extra_args[0])

def test_snapshot_block_invalidated(self, dump_output_path):
self.log.info("Test snapshot is not loaded when base block is invalid.")
Expand Down

0 comments on commit 2f9bde6

Please sign in to comment.