mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
Merge branch 'manage-zero-chain-height' into testing
This commit is contained in:
commit
c36064a8b1
1 changed files with 3 additions and 0 deletions
|
@ -938,6 +938,9 @@ mixin ElectrumXInterface<T extends Bip39HDCurrency> on Bip39HDWallet<T> {
|
||||||
);
|
);
|
||||||
ElectrumxChainHeightService.completers[cryptoCurrency.coin] = null;
|
ElectrumxChainHeightService.completers[cryptoCurrency.coin] = null;
|
||||||
|
|
||||||
|
// Reset time started.
|
||||||
|
ElectrumxChainHeightService.timeStarted[cryptoCurrency.coin] = null;
|
||||||
|
|
||||||
// Retry/recurse.
|
// Retry/recurse.
|
||||||
return await _manageChainHeightSubscription();
|
return await _manageChainHeightSubscription();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue