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.
force_broadcast_latest_holder_commitment_txn_unsafe
1 parent bfe32ae commit 577ac3bCopy full SHA for 577ac3b
lightning/src/chain/channelmonitor.rs
@@ -1137,7 +1137,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
1137
self.inner.lock().unwrap().maybe_broadcast_latest_holder_commitment_txn(broadcaster, logger)
1138
}
1139
1140
- pub(crate) fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
+ pub fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
1141
&self,
1142
broadcaster: &B,
1143
logger: &L,
0 commit comments