Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Lacy committed Feb 4, 2025
1 parent bbae07b commit 02880cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/btcstaking/src/sig_verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ pub fn verify_transaction_sig_with_output(
schnorr::verify_digest(pub_key, &sighash, signature).map_err(Error::BitcoinError)
}

/// enc_verify_transaction_sig_with_output verifies the validity of a Schnorr adaptor signature for a given transaction
/// `enc_verify_transaction_sig_with_output` verifies the validity of a Schnorr adaptor signature
/// for a given transaction
pub fn enc_verify_transaction_sig_with_output(
transaction: &Transaction,
funding_output: &TxOut,
Expand Down

0 comments on commit 02880cd

Please sign in to comment.