Skip to content

Commit 9084457

Browse files
committed
Use pub on force_broadcast_latest_holder_commitment_txn_unsafe so that it's exposed to library users and not an unreferenced symbol.
1 parent f20cbf1 commit 9084457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
11331133
self.inner.lock().unwrap().maybe_broadcast_latest_holder_commitment_txn(broadcaster, logger)
11341134
}
11351135

1136-
pub(crate) fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
1136+
pub fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
11371137
&self,
11381138
broadcaster: &B,
11391139
logger: &L,

0 commit comments

Comments
 (0)