Skip to content

Commit c6d9b9f

Browse files
committed
f remove unused get_tx_signatures
1 parent b893b6c commit c6d9b9f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lightning/src/ln/interactivetxs.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,6 @@ impl InteractiveTxSigningSession {
322322
}
323323
}
324324

325-
pub fn get_tx_signatures(&self) -> Option<TxSignatures> {
326-
if self.has_received_commitment_signed {
327-
self.holder_tx_signatures.clone()
328-
} else {
329-
None
330-
}
331-
}
332-
333325
/// Handles a `tx_signatures` message received from the counterparty.
334326
///
335327
/// If the holder is required to send their `tx_signatures` message and these signatures have

0 commit comments

Comments
 (0)