Skip to content

Commit 577ac3b

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 bfe32ae commit 577ac3b

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
@@ -1137,7 +1137,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
11371137
self.inner.lock().unwrap().maybe_broadcast_latest_holder_commitment_txn(broadcaster, logger)
11381138
}
11391139

1140-
pub(crate) fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
1140+
pub fn force_broadcast_latest_holder_commitment_txn_unsafe<B: Deref, L: Deref>(
11411141
&self,
11421142
broadcaster: &B,
11431143
logger: &L,

0 commit comments

Comments
 (0)