From a49ff258926b67658ce98b62d11bdfc679dd2a50 Mon Sep 17 00:00:00 2001 From: x100111010 <167847953+x100111010@users.noreply.github.com> Date: Sat, 9 Nov 2024 22:38:03 +0100 Subject: [PATCH] re-enable debug compound error --- lib/settings_advanced/compound_utxos_dialog.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings_advanced/compound_utxos_dialog.dart b/lib/settings_advanced/compound_utxos_dialog.dart index 752d189..9232554 100644 --- a/lib/settings_advanced/compound_utxos_dialog.dart +++ b/lib/settings_advanced/compound_utxos_dialog.dart @@ -73,7 +73,7 @@ class CompoundUtxosDialog extends ConsumerWidget { UIUtil.showSnackbar(l10n.compoundSuccess, context); } catch (e) { - UIUtil.showSnackbar(l10n.compoundFailure, context); + UIUtil.showSnackbar('${l10n.compoundFailure}: $e', context); } finally { appRouter.pop(context); }