From e8e07356c613d6f59b1dbe93a3efda1b43eff32c Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Mon, 25 Nov 2024 09:03:07 -0500 Subject: [PATCH] underscore msg_public_key since we aren't using it for now, will remove later --- signer/src/transaction_signer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signer/src/transaction_signer.rs b/signer/src/transaction_signer.rs index fccb271ac..cc0afae41 100644 --- a/signer/src/transaction_signer.rs +++ b/signer/src/transaction_signer.rs @@ -479,7 +479,7 @@ where &mut self, msg: &message::WstsMessage, bitcoin_chain_tip: &model::BitcoinBlockHash, - msg_public_key: PublicKey, + _msg_public_key: PublicKey, chain_tip_report: &MsgChainTipReport, ) -> Result<(), Error> { match &msg.inner {