Skip to content

Commit

Permalink
fix: disconnected node was never ready (#3312)
Browse files Browse the repository at this point in the history
Description
---
Disconnected node was never ready.

How Has This Been Tested?
---
npm test -- --name "Full block sync with small reorg"
npm test -- --name "Pruned mode reorg simple"
npm test -- --name "Pruned mode reorg past horizon"
  • Loading branch information
Cifko authored Sep 7, 2021
1 parent 92b7507 commit dfc6fd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ impl ChainMetadataService {
target: LOG_TARGET,
"New chain metadata round sent to {} peer(s)", num_peers
);
self.send_chain_metadata_to_event_publisher().await?;
// Ensure that we're waiting for the correct amount of peers to respond
// and have allocated space for their replies

Expand Down

0 comments on commit dfc6fd2

Please sign in to comment.