Continue sync on new hashes
This commit is contained in:
parent
cfb8671b00
commit
cbc4828eea
@ -475,6 +475,9 @@ impl ChainSync {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
if max_height != x!(0) {
|
||||||
|
self.sync_peer(io, peer_id, true);
|
||||||
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user