Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Feb 25, 2024
1 parent 64a28d5 commit e5e5e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/bin/cmd/verify/etherscan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ impl EtherscanVerificationProvider {
args.etherscan.chain.unwrap_or_default(),
args.verifier.verifier_url.as_deref(),
args.etherscan.key.as_deref(),
&config,
config,
)?;

let creation_data = client.contract_creation_data(args.address).await?;
Expand Down

0 comments on commit e5e5e6d

Please sign in to comment.