actually should be this way
This commit is contained in:
parent
9727f27854
commit
391ef7e664
@ -1150,11 +1150,11 @@ impl ChainSync {
|
||||
self.check_resume(io);
|
||||
|
||||
if self.state == SyncState::Idle {
|
||||
let peers = self.propagade_new_hashes(io);
|
||||
trace!(target: "sync", "Sent new hashes to peers: {:?}", peers);
|
||||
|
||||
let peers = self.propagade_blocks(io);
|
||||
trace!(target: "sync", "Sent latest block to peers: {:?}", peers);
|
||||
|
||||
let peers = self.propagade_new_hashes(io);
|
||||
trace!(target: "sync", "Sent new hashes to peers: {:?}", peers);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user