mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-25 21:19:37 +00:00
- Update and Fix Conflicts with main
This commit is contained in:
parent
17ec1667ae
commit
d3f0c7fb85
1 changed files with 2 additions and 0 deletions
|
@ -265,4 +265,6 @@ abstract class EthereumWalletBase
|
||||||
|
|
||||||
return EthPrivateKey.fromHex(HEX.encode(addressAtIndex.privateKey as List<int>));
|
return EthPrivateKey.fromHex(HEX.encode(addressAtIndex.privateKey as List<int>));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Future<void>? updateBalance() => null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue