diff --git a/crates/verify/src/provider.rs b/crates/verify/src/provider.rs index 059f3ed82489..bc01bd9e304d 100644 --- a/crates/verify/src/provider.rs +++ b/crates/verify/src/provider.rs @@ -160,7 +160,7 @@ pub enum VerificationProviderType { Sourcify, Blockscout, Oklink, - /// Custom verification provider, compatible with Etherscan API. + /// Custom verification provider, requires compatibility with the Etherscan API. Custom, }