comment update

This commit is contained in:
sneurlax 2023-02-21 17:56:08 -06:00
parent 9333a28180
commit 6a6b3767aa

View file

@ -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);