This commit is contained in:
moh-eulith 2022-07-31 14:21:23 -04:00 committed by GitHub
parent 7306a3c360
commit b74a38eaad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ pub struct Wallet<D: DigestSigner<Sha256Proxy, RecoverableSignature>> {
}
impl<D: DigestSigner<Sha256Proxy, RecoverableSignature>> Wallet<D> {
/// 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 }