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