Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Dec 5, 2023
1 parent 9db9272 commit 76d2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/chains/hyperlane-sealevel/src/interchain_gas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl SealevelInterchainGasPaymaster {
) -> ChainResult<Self> {
let provider = SealevelProvider::new(igp_account_locator.domain.clone(), conf);
let program_id =
Self::determine_igp_program_id(&provider.rpc(), &igp_account_locator.address).await?;
Self::determine_igp_program_id(provider.rpc(), &igp_account_locator.address).await?;
let (data_pda_pubkey, _) =
Pubkey::find_program_address(igp_program_data_pda_seeds!(), &program_id);

Expand Down

0 comments on commit 76d2205

Please sign in to comment.