From 150ccdf57d3e67f5e4e8f07ffafb5c063763c429 Mon Sep 17 00:00:00 2001
From: likho <likhojiba@gmail.com>
Date: Wed, 6 Sep 2023 18:26:31 +0200
Subject: [PATCH] Return more descriptive error for http send

---
 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 578638b5f..ba5a7b3f7 100644
--- a/lib/services/coins/epiccash/epiccash_wallet.dart
+++ b/lib/services/coins/epiccash/epiccash_wallet.dart
@@ -492,7 +492,7 @@ class EpicCashWallet extends CoinServiceAPI
             Logging.instance
                 .log("this is a string $message", level: LogLevel.Error);
             stop(receivePort);
-            throw Exception("txHttpSend isolate failed");
+            throw Exception(message);
           }
           stop(receivePort);
           Logging.instance