mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Show case sensitive evm wallet address
This commit is contained in:
parent
9a3c46f3e5
commit
28c3787f42
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ abstract class EVMChainWalletBase
|
||||||
privateKey: _hexPrivateKey,
|
privateKey: _hexPrivateKey,
|
||||||
password: _password,
|
password: _password,
|
||||||
);
|
);
|
||||||
walletAddresses.address = _evmChainPrivateKey.address.toString();
|
walletAddresses.address = _evmChainPrivateKey.address.hexEip55;
|
||||||
await save();
|
await save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue