Skip to content

Commit

Permalink
underscore msg_public_key since we aren't using it for now, will remo…
Browse files Browse the repository at this point in the history
…ve later
  • Loading branch information
xoloki committed Nov 25, 2024
1 parent 3f8be89 commit e8e0735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/src/transaction_signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e8e0735

Please sign in to comment.