Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Nov 12, 2024
1 parent 2076cec commit 0051544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions token/client/src/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2321,8 +2321,8 @@ where
self.get_address(),
destination_account,
new_decryptable_available_balance.into(),
&transfer_amount_auditor_ciphertext_lo.into(),
&transfer_amount_auditor_ciphertext_hi.into(),
&transfer_amount_auditor_ciphertext_lo,
&transfer_amount_auditor_ciphertext_hi,
source_authority,
&multisig_signers,
equality_proof_location,
Expand Down Expand Up @@ -2720,8 +2720,8 @@ where
self.get_address(),
destination_account,
new_decryptable_available_balance.into(),
&transfer_amount_auditor_ciphertext_lo.into(),
&transfer_amount_auditor_ciphertext_hi.into(),
&transfer_amount_auditor_ciphertext_lo,
&transfer_amount_auditor_ciphertext_hi,
source_authority,
&multisig_signers,
equality_proof_location,
Expand Down

0 comments on commit 0051544

Please sign in to comment.