mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
comment update
This commit is contained in:
parent
9333a28180
commit
6a6b3767aa
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ class EpicCashWallet extends CoinServiceAPI
|
|||
storedConfig = DefaultNodes.defaultEpicBoxConfig;
|
||||
decoded = json.decode(storedConfig);
|
||||
}
|
||||
//Check default Epicbox is up before returning it
|
||||
//Check Epicbox is up before returning it
|
||||
bool isEpicboxConnected = await testEpicboxServer(
|
||||
decoded["epicbox_domain"] as String, decoded["epicbox_port"] as int);
|
||||
|
||||
|
|
Loading…
Reference in a new issue