mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
clearer exception
This commit is contained in:
parent
a8abd38827
commit
5f9b1f77f5
1 changed files with 2 additions and 1 deletions
|
@ -4592,7 +4592,8 @@ class FiroWallet extends CoinServiceAPI
|
|||
"$e\n$s",
|
||||
level: LogLevel.Fatal,
|
||||
);
|
||||
rethrow;
|
||||
// don't just rethrow since isar likes to strip stack traces for some reason
|
||||
throw Exception("e=$e & s=$s");
|
||||
}
|
||||
|
||||
final transactionMap =
|
||||
|
|
Loading…
Reference in a new issue