Skip to content

Commit 697a9c7

Browse files
committed
chore(coprocessor): fix CoprocessorAlreadyAllowedAccount argument name
1 parent 43fc812 commit 697a9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coprocessor/fhevm-engine/transaction-sender/src/ops/allow_handle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl<P: Provider<Ethereum> + Clone + 'static> MultichainACLOperation<P> {
207207
err.as_error_resp()
208208
.and_then(|payload| payload.as_decoded_interface_error::<MultichainACLErrors>())
209209
.map(|error| match error {
210-
MultichainACLErrors::CoprocessorAlreadyAllowedAccount(c) => c.coprocessor,
210+
MultichainACLErrors::CoprocessorAlreadyAllowedAccount(c) => c.txSender, /* coprocessor address */
211211
MultichainACLErrors::CoprocessorAlreadyAllowedPublicDecrypt(c) => c.txSender,
212212
})
213213
}

0 commit comments

Comments
 (0)