Fix typo (yes I use vi)

This commit is contained in:
Ignotus Peverell 2017-10-18 10:25:52 +00:00
parent fa1f2f695b
commit 6c18451a2b
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -154,7 +154,7 @@ impl Syncer {
.collect::<Vec<_>>();
let mut offs = 0;
for too_old in too_old_pos {
let block_h = blocks_downloading.remove(too_oldi - offs);
let block_h = blocks_downloading.remove(too_old - offs);
debug!(
LOGGER,
"Download request expired for {}, will re-issue.",