We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e3056e + 64336fa commit 6773266Copy full SHA for 6773266
lightning/src/events/mod.rs
@@ -372,7 +372,7 @@ impl core::fmt::Display for ClosureReason {
372
ClosureReason::HolderForceClosed { broadcasted_latest_txn } => {
373
f.write_str("user force-closed the channel")?;
374
if let Some(brodcasted) = broadcasted_latest_txn {
375
- write!(f, " and {} the latest transaction", if *brodcasted { "broadcasted" } else { "did not broadcast" })
+ write!(f, " and {} the latest transaction", if *brodcasted { "broadcasted" } else { "elected not to broadcast" })
376
} else {
377
Ok(())
378
}
0 commit comments