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.
1 parent e53fba3 commit ac3b317Copy full SHA for ac3b317
lightning/src/ln/interactivetxs.rs
@@ -316,14 +316,6 @@ impl InteractiveTxSigningSession {
316
}
317
318
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
-
327
/// Handles a `tx_signatures` message received from the counterparty.
328
///
329
/// If the holder is required to send their `tx_signatures` message and these signatures have
0 commit comments