Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Oct 7, 2024
1 parent 944278b commit 70da07f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions signer/src/stacks/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ impl SignerWallet {
}

/// The aggregate public key of the given public keys.
///
///
/// # Notes
///
///
/// This aggregate is almost certainly different from the aggregate key
/// that is output after DKG.
///
///
/// Once <https://github.com/stacks-network/sbtc/issues/614> gets done
/// then we will always have a unification of the Stacks and bitcoin
/// aggregate keys.
Expand Down
2 changes: 1 addition & 1 deletion signer/src/transaction_coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ where

/// Transform the finalizable deposit request into a Stacks sign
/// request object.
///
///
/// This function uses bitcoin-core to help with the fee assessment of
/// the deposit request, and stacks-core for fee estimation of the
/// transaction.
Expand Down

0 comments on commit 70da07f

Please sign in to comment.