Add test coverage for cc78b77c715d6ef62693d4c1bc7190da990ec0fa
[rust-lightning] / lightning / src / sign / taproot.rs
index ebfce345fcb7de22f8797e14428ac56d8eb9e1f7..230383f4f7d6496bcb1b7d40829b086ea6d39d05 100644 (file)
@@ -53,8 +53,7 @@ pub trait TaprootChannelSigner: ChannelSigner {
        /// An external signer implementation should check that the commitment has not been revoked.
        ///
        // TODO: Document the things someone using this interface should enforce before signing.
-       fn finalize_holder_commitment(&self, commitment_number: u64,
-               commitment_tx: &HolderCommitmentTransaction,
+       fn finalize_holder_commitment(&self, commitment_tx: &HolderCommitmentTransaction,
                counterparty_partial_signature: PartialSignatureWithNonce,
                secp_ctx: &Secp256k1<secp256k1::All>
        ) -> Result<PartialSignature, ()>;