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

Commit 0051544

Browse files
committed
cargo clippy
1 parent 2076cec commit 0051544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

token/client/src/token.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,8 +2321,8 @@ where
23212321
self.get_address(),
23222322
destination_account,
23232323
new_decryptable_available_balance.into(),
2324-
&transfer_amount_auditor_ciphertext_lo.into(),
2325-
&transfer_amount_auditor_ciphertext_hi.into(),
2324+
&transfer_amount_auditor_ciphertext_lo,
2325+
&transfer_amount_auditor_ciphertext_hi,
23262326
source_authority,
23272327
&multisig_signers,
23282328
equality_proof_location,
@@ -2720,8 +2720,8 @@ where
27202720
self.get_address(),
27212721
destination_account,
27222722
new_decryptable_available_balance.into(),
2723-
&transfer_amount_auditor_ciphertext_lo.into(),
2724-
&transfer_amount_auditor_ciphertext_hi.into(),
2723+
&transfer_amount_auditor_ciphertext_lo,
2724+
&transfer_amount_auditor_ciphertext_hi,
27252725
source_authority,
27262726
&multisig_signers,
27272727
equality_proof_location,

0 commit comments

Comments
 (0)