Skip to content

Commit 04ee948

Browse files
committed
Remove unused broadcast_latest_holder_commitment_txn method
1 parent 00cfc6b commit 04ee948

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lightning/src/chain/channelmonitor.rs

-11
Original file line numberDiff line numberDiff line change
@@ -1202,17 +1202,6 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitor<Signer> {
12021202
payment_hash, payment_preimage, broadcaster, fee_estimator, logger)
12031203
}
12041204

1205-
pub(crate) fn broadcast_latest_holder_commitment_txn<B: Deref, L: Deref>(
1206-
&self,
1207-
broadcaster: &B,
1208-
logger: &L,
1209-
) where
1210-
B::Target: BroadcasterInterface,
1211-
L::Target: Logger,
1212-
{
1213-
self.inner.lock().unwrap().broadcast_latest_holder_commitment_txn(broadcaster, logger);
1214-
}
1215-
12161205
/// Updates a ChannelMonitor on the basis of some new information provided by the Channel
12171206
/// itself.
12181207
///

0 commit comments

Comments
 (0)