mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
Fixed block response limit check (#9692)
* Fixed block response limit check * Fixed start block detection and added a test * Missing test
This commit is contained in:
@@ -194,7 +194,7 @@ impl<B: BlockT> BlockCollection<B> {
|
||||
for r in ranges {
|
||||
self.blocks.remove(&r);
|
||||
}
|
||||
trace!(target: "sync", "Drained {} blocks", drained.len());
|
||||
trace!(target: "sync", "Drained {} blocks from {:?}", drained.len(), from);
|
||||
drained
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user