Skip to content

Commit

Permalink
Update src/swaps/bitcoinv2.rs
Browse files Browse the repository at this point in the history
Co-authored-by: michael1011 <me@michael1011.at>
  • Loading branch information
i5hi and michael1011 authored Jun 27, 2024
1 parent bfcd94c commit 9ef1405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swaps/bitcoinv2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ impl BtcSwapTxV2 {

/// Compute the Musig partial signature.
/// This is used to cooperatively settle a Submarine or Chain Swap.
pub fn partial_sig(
pub fn partial_sign(
&self,
keys: &Keypair,
pub_nonce: &String,
Expand Down

0 comments on commit 9ef1405

Please sign in to comment.