fmt (#1539)
This commit is contained in:
parent
7306a3c360
commit
b74a38eaad
|
@ -68,7 +68,6 @@ pub struct Wallet<D: DigestSigner<Sha256Proxy, RecoverableSignature>> {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<D: DigestSigner<Sha256Proxy, RecoverableSignature>> Wallet<D> {
|
impl<D: DigestSigner<Sha256Proxy, RecoverableSignature>> Wallet<D> {
|
||||||
|
|
||||||
/// Construct a new wallet with an external Signer
|
/// Construct a new wallet with an external Signer
|
||||||
pub fn new_with_signer(signer: D, address: Address, chain_id: u64) -> Self {
|
pub fn new_with_signer(signer: D, address: Address, chain_id: u64) -> Self {
|
||||||
Wallet { signer, address, chain_id }
|
Wallet { signer, address, chain_id }
|
||||||
|
|
Loading…
Reference in New Issue