diff --git a/lib/swap/swap_page_progress.dart b/lib/swap/swap_page_progress.dart index 74e937ab..70b73bb0 100644 --- a/lib/swap/swap_page_progress.dart +++ b/lib/swap/swap_page_progress.dart @@ -129,7 +129,7 @@ class _ChainSwapProgressWidgetState extends State { BBButton.big( label: 'View Transaction', onPressed: () { - context.push('/tx', extra: [tx, false]); + context.push('/tx', extra: [tx, true]); }, ).animate().fadeIn(), // // if (paid && !settled) const BBText.body('Closing the swap ...'),