From b74a38eaadf7d05ddf54e3776d204a6f67a019c8 Mon Sep 17 00:00:00 2001 From: moh-eulith <101080211+moh-eulith@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:21:23 -0400 Subject: [PATCH] fmt (#1539) --- ethers-signers/src/wallet/mod.rs | 1 - 1 file changed, 1 deletion(-) 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 }