Skip to content

Commit

Permalink
debug compound error
Browse files Browse the repository at this point in the history
  • Loading branch information
x100111010 committed Oct 24, 2024
1 parent f71161a commit 0265986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/settings_advanced/compound_utxos_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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);
}
Expand Down

0 comments on commit 0265986

Please sign in to comment.