diff --git a/ethers-signers/src/wallet/mod.rs b/ethers-signers/src/wallet/mod.rs index d60231a5..dc2a811f 100644 --- a/ethers-signers/src/wallet/mod.rs +++ b/ethers-signers/src/wallet/mod.rs @@ -68,7 +68,6 @@ pub struct Wallet> { } impl> Wallet { - /// Construct a new wallet with an external Signer pub fn new_with_signer(signer: D, address: Address, chain_id: u64) -> Self { Wallet { signer, address, chain_id }