Typo broadcast/transaction (#718)

This commit is contained in:
Quentin Le Sceller 2018-02-20 16:27:18 -05:00 committed by Ignotus Peverell
parent f081f75283
commit 755d0b7902

View file

@ -309,7 +309,7 @@ impl Peers {
let p = p.read().unwrap();
if p.is_connected() {
if let Err(e) = p.send_transaction(tx) {
debug!(LOGGER, "Error sending block to peer: {:?}", e);
debug!(LOGGER, "Error sending transaction to peer: {:?}", e);
}
}
}