Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Oct 1, 2024
1 parent 3e655d2 commit 145c0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ pub async fn deploy_mina_bridge_contract(
} = constructor_args;
let contract = MinaStateSettlement::deploy(
&provider,
aligned_service_addr.clone(),
root_state_hash.clone(),
*aligned_service_addr,
*root_state_hash,
is_state_proof_from_devnet,
)
.await
Expand Down

0 comments on commit 145c0b6

Please sign in to comment.