This commit is contained in:
fosse 2024-02-27 14:26:15 -05:00
parent d3e830ee2d
commit 3a21b2cddc

View file

@ -350,6 +350,10 @@ abstract class LightningWalletBase
await transactionHistory.save();
}
Future<void> updateBalance() async {
// balance is updated automatically
}
@override
String get seed => mnemonic;