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 af918d7 commit b314f23
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 @@ -1391,7 +1391,7 @@ fn should_fix_2771() {
// 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 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.
// With this patch, the node is able to entirely register this new canonical fork, and then able to make progress and finish successfully.
while sort_height < 213 {
next_block_and_wait(&mut btc_regtest_controller, &blocks_processed);
sort_height = channel.get_sortitions_processed();
Expand Down

0 comments on commit b314f23

Please sign in to comment.