Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jan 24, 2025
1 parent 5a15023 commit 551dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gateway/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl AxelarGatewayInterface for AxelarGateway {

let data_hash: BytesN<32> = env
.crypto()
.keccak256(&(CommandType::ApproveMessages, messages.clone()).to_xdr(&env))
.keccak256(&(CommandType::ApproveMessages, messages.clone()).to_xdr(env))
.into();

auth::validate_proof(env, &data_hash, proof)?;
Expand Down

0 comments on commit 551dc39

Please sign in to comment.