Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2efecac

Browse files
committed
cargo fmt
1 parent 92c3b81 commit 2efecac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

token/confidential-transfer/proof-generation/src/transfer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ use {
2121
/// token transfer
2222
const RANGE_PROOF_PADDING_BIT_LENGTH: usize = 16;
2323

24-
/// The proof data required for a confidential transfer instruction when the mint is not extended
25-
/// for fees
24+
/// The proof data required for a confidential transfer instruction when the
25+
/// mint is not extended for fees
2626
pub struct TransferProofData {
2727
pub equality_proof_data: CiphertextCommitmentEqualityProofData,
2828
pub ciphertext_validity_proof_data: BatchedGroupedCiphertext3HandlesValidityProofData,

token/confidential-transfer/proof-generation/src/transfer_with_fee.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const FEE_AMOUNT_HI_BITS: usize = 32;
3030
const REMAINING_BALANCE_BIT_LENGTH: usize = 64;
3131
const DELTA_BIT_LENGTH: usize = 48;
3232

33-
/// The proof data required for a confidential transfer instruction when the mint is extended for
34-
/// fees
33+
/// The proof data required for a confidential transfer instruction when the
34+
/// mint is extended for fees
3535
pub struct TransferWithFeeProofData {
3636
pub equality_proof_data: CiphertextCommitmentEqualityProofData,
3737
pub transfer_amount_ciphertext_validity_proof_data:

0 commit comments

Comments
 (0)