diff --git a/token/client/src/token.rs b/token/client/src/token.rs index 8aaa6800941..30773f272e5 100644 --- a/token/client/src/token.rs +++ b/token/client/src/token.rs @@ -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, @@ -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,