Return more descriptive error for http send

This commit is contained in:
likho 2023-09-06 18:26:31 +02:00
parent 41e3c2371d
commit 150ccdf57d

View file

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