Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify
ChainSync
actions under one enum (#2180)
All `ChainSync` actions that `SyncingEngine` should perform are unified under one `ChainSyncAction`. Processing of these actions put into a single place after `select!` in `SyncingEngine::run` instead of multiple places where calling `ChainSync` methods.
- Loading branch information