Add chain_id in range syncing to avoid wrong dispatching of batch results (#1037)

This commit is contained in:
divma
2020-04-22 06:17:56 -05:00
committed by GitHub
parent 2b6b2354e4
commit 2469bde6b1
6 changed files with 75 additions and 28 deletions

View File

@@ -8,4 +8,5 @@ mod range;
pub use batch::Batch;
pub use batch::BatchId;
pub use chain::ChainId;
pub use range::RangeSync;