mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-08 04:11:08 +03:00
Typo broadcast/transaction (#718)
This commit is contained in:
parent
f081f75283
commit
755d0b7902
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ impl Peers {
|
||||||
let p = p.read().unwrap();
|
let p = p.read().unwrap();
|
||||||
if p.is_connected() {
|
if p.is_connected() {
|
||||||
if let Err(e) = p.send_transaction(tx) {
|
if let Err(e) = p.send_transaction(tx) {
|
||||||
debug!(LOGGER, "Error sending block to peer: {:?}", e);
|
debug!(LOGGER, "Error sending transaction to peer: {:?}", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue