mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-20 17:44:31 +00:00
possible bugfix
This commit is contained in:
parent
32809a93fa
commit
f8b9c64ef0
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ class ElectrumXClient {
|
||||||
// If the current ElectrumAdapterClient is closed, create a new one.
|
// If the current ElectrumAdapterClient is closed, create a new one.
|
||||||
if (getElectrumAdapter() != null && getElectrumAdapter()!.peer.isClosed) {
|
if (getElectrumAdapter() != null && getElectrumAdapter()!.peer.isClosed) {
|
||||||
_electrumAdapterChannel = null;
|
_electrumAdapterChannel = null;
|
||||||
ClientManager.sharedInstance.remove(cryptoCurrency: cryptoCurrency);
|
await ClientManager.sharedInstance.remove(cryptoCurrency: cryptoCurrency);
|
||||||
}
|
}
|
||||||
|
|
||||||
final String useHost;
|
final String useHost;
|
||||||
|
|
Loading…
Reference in a new issue