Skip to content

Commit

Permalink
Update testnet/stacks-node/src/tests/neon_integrations.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru authored Jul 20, 2021
1 parent 62404d7 commit af918d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/neon_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ fn should_fix_2771() {
// Without the patch, this behavior ends up crashing the node with errors like:
// WARN [1626791307.078061] [src/chainstate/coordinator/mod.rs:535] [chains-coordinator] ChainsCoordinator: could not retrieve block burnhash=40bdbf0dda349642bdf4dd30dd31af4f0c9979ce12a7c17485245d0a6ddd970b
// WARN [1626791307.078098] [src/chainstate/coordinator/mod.rs:308] [chains-coordinator] Error processing new burn block: NonContiguousBurnchainBlock(UnknownBlock(40bdbf0dda349642bdf4dd30dd31af4f0c9979ce12a7c17485245d0a6ddd970b))
// And the burnchain db end up in the same state we ended up while investing 2771.
// And the burnchain db ends up in the same state we ended up while investigating 2771.
// With this patch, the node is able to entirely register this new canonical fork, and then able to make some progress.
while sort_height < 213 {
next_block_and_wait(&mut btc_regtest_controller, &blocks_processed);
Expand Down

0 comments on commit af918d7

Please sign in to comment.