mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +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",
|
"$e\n$s",
|
||||||
level: LogLevel.Fatal,
|
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 =
|
final transactionMap =
|
||||||
|
|
Loading…
Reference in a new issue