do not throw here as updateBalance is currently being called on refresh

This commit is contained in:
julian 2023-11-27 15:07:16 -06:00
parent befc402057
commit 170fad272d

View file

@ -139,7 +139,7 @@ mixin SparkInterface on Bip39HDWallet, ElectrumXInterface {
// what ever class this mixin is used on uses LelantusInterface as well)
final normalBalanceFuture = super.updateBalance();
throw UnimplementedError();
// todo: spark balance aka update info.tertiaryBalance
// wait for normalBalanceFuture to complete before returning
await normalBalanceFuture;