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 f20cbf1 commit 9084457Copy full SHA for 9084457
lightning/src/chain/channelmonitor.rs
@@ -1133,7 +1133,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
1133
self.inner.lock().unwrap().maybe_broadcast_latest_holder_commitment_txn(broadcaster, logger)
1134
}
1135
1136
- 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>(
1137
&self,
1138
broadcaster: &B,
1139
logger: &L,
0 commit comments