Skip to content

Commit

Permalink
remove clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
iainnash committed Jan 24, 2025
1 parent cba867c commit 7625556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/block-explorers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ impl ClientBuilder {
.clone()
.ok_or_else(|| EtherscanError::Builder("etherscan api url".to_string()))?,
// Set default API version to V1 if missing
etherscan_api_version: etherscan_api_version,
etherscan_api_version,
etherscan_url: etherscan_url
.ok_or_else(|| EtherscanError::Builder("etherscan url".to_string()))?,
cache,
Expand Down

0 comments on commit 7625556

Please sign in to comment.