Skip to content

Commit ac3b317

Browse files
committed
f remove unused get_tx_signatures
1 parent e53fba3 commit ac3b317

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lightning/src/ln/interactivetxs.rs

-8
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,6 @@ impl InteractiveTxSigningSession {
316316
}
317317
}
318318

319-
pub fn get_tx_signatures(&self, received_commitment_signed: bool) -> Option<TxSignatures> {
320-
if received_commitment_signed {
321-
self.holder_tx_signatures.clone()
322-
} else {
323-
None
324-
}
325-
}
326-
327319
/// Handles a `tx_signatures` message received from the counterparty.
328320
///
329321
/// If the holder is required to send their `tx_signatures` message and these signatures have

0 commit comments

Comments
 (0)