This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EPE-389 net_plugin stall during head catchup
This fix handles situations where a node is in head_catchup state and recieves the sync_last_requested_num and then does a sync_update_expected for the next block. And the next block has already been received by the node. In this instance, the block will not receive the next block and will be effectively hung.
- Loading branch information