mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
minor fix [skip ci]
This commit is contained in:
parent
e56dd1256d
commit
be4e0d6ac8
3 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ class PolygonWallet extends EVMChainWallet {
|
|||
if (!hasKeysFile) rethrow;
|
||||
}
|
||||
|
||||
final balance = EVMChainERC20Balance.fromJSON(data?['balance'] as String) ??
|
||||
final balance = EVMChainERC20Balance.fromJSON(data?['balance'] as String?) ??
|
||||
EVMChainERC20Balance(BigInt.zero);
|
||||
|
||||
final WalletKeysData keysData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue