Typo broadcast/transaction (#718)
This commit is contained in:
committed by
Ignotus Peverell
parent
f081f75283
commit
755d0b7902
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user