Skip to content

Commit

Permalink
Update chain/ethereum/src/network.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Krishnanand V P <[email protected]>
  • Loading branch information
mangas and incrypto32 committed Jun 12, 2024
1 parent ea9e900 commit 92c68fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/ethereum/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl EthereumNetworkAdapters {
Self::available_with_capabilities(all, required_capabilities)
}

// get all the adapters, don't trigger the ProviderManager's validations because we want this
// get all the adapters, don't trigger the ProviderManager's validations because we want
// this function to remain sync
pub(crate) fn all_unverified_cheapest_with(
&self,
Expand Down

0 comments on commit 92c68fd

Please sign in to comment.