mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
add some send logging
This commit is contained in:
parent
acb0157d8a
commit
35fafb5c5d
1 changed files with 2 additions and 1 deletions
|
@ -437,7 +437,8 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
|
|||
),
|
||||
);
|
||||
}
|
||||
} catch (e) {
|
||||
} catch (e, s) {
|
||||
Logging.instance.log("Desktop send: $e\n$s", level: LogLevel.Warning);
|
||||
if (mounted) {
|
||||
// pop building dialog
|
||||
Navigator.of(
|
||||
|
|
Loading…
Reference in a new issue