We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Display
ClosureReason::HolderForceClosed
1 parent b8cdde8 commit 64336faCopy full SHA for 64336fa
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