Merge branch 'master' into tx_queue_integration

This commit is contained in:
Tomasz Drwięga
2016-03-07 09:54:07 +01:00
9 changed files with 305 additions and 132 deletions

View File

@@ -582,7 +582,7 @@ impl ChainSync {
pub fn on_peer_connected(&mut self, io: &mut SyncIo, peer: PeerId) {
trace!(target: "sync", "== Connected {}", peer);
if let Err(e) = self.send_status(io) {
warn!(target:"sync", "Error sending status request: {:?}", e);
trace!(target:"sync", "Error sending status request: {:?}", e);
io.disable_peer(peer);
}
}