mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 03:06:35 +00:00
save
This commit is contained in:
parent
d3e830ee2d
commit
3a21b2cddc
1 changed files with 4 additions and 0 deletions
|
@ -350,6 +350,10 @@ abstract class LightningWalletBase
|
|||
await transactionHistory.save();
|
||||
}
|
||||
|
||||
Future<void> updateBalance() async {
|
||||
// balance is updated automatically
|
||||
}
|
||||
|
||||
@override
|
||||
String get seed => mnemonic;
|
||||
|
||||
|
|
Loading…
Reference in a new issue