Continue sync on new hashes

This commit is contained in:
arkpar 2016-01-23 18:44:45 +01:00
parent cfb8671b00
commit cbc4828eea
1 changed files with 3 additions and 0 deletions

View File

@ -475,6 +475,9 @@ impl ChainSync {
}
}
};
if max_height != x!(0) {
self.sync_peer(io, peer_id, true);
}
Ok(())
}