mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
do not throw here as updateBalance is currently being called on refresh
This commit is contained in:
parent
befc402057
commit
170fad272d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue