diff --git a/ethers-etherscan/src/lib.rs b/ethers-etherscan/src/lib.rs index 402fa35c..400bcf82 100644 --- a/ethers-etherscan/src/lib.rs +++ b/ethers-etherscan/src/lib.rs @@ -13,7 +13,7 @@ pub mod errors; pub mod gas; pub mod transaction; -pub type Result = std::result::Result; +pub(crate) type Result = std::result::Result; /// The Etherscan.io API client. #[derive(Clone, Debug)]