From 6a6b3767aa59220f7fb534d15392196cc2437dc0 Mon Sep 17 00:00:00 2001 From: sneurlax <sneurlax@gmail.com> Date: Tue, 21 Feb 2023 17:56:08 -0600 Subject: [PATCH] comment update --- lib/services/coins/epiccash/epiccash_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/coins/epiccash/epiccash_wallet.dart b/lib/services/coins/epiccash/epiccash_wallet.dart index 366f7b6bd..bdb6b7add 100644 --- a/lib/services/coins/epiccash/epiccash_wallet.dart +++ b/lib/services/coins/epiccash/epiccash_wallet.dart @@ -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);