mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-28 12:05:45 +00:00
951bcceba0
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.