diff --git a/lib/send/send_page.dart b/lib/send/send_page.dart index 716ae1a6..f0c59bf5 100644 --- a/lib/send/send_page.dart +++ b/lib/send/send_page.dart @@ -174,13 +174,6 @@ class _Screen extends StatelessWidget { if (showWarning && !walletIsLiquid && potentialonchainSwap == false) return const _Warnings(); - if (signed && !isLn) { - if (!sent) - return const TxDetailsScreen(); - else - return const TxSuccess(); - } - return ColoredBox( color: context.colour.primaryContainer, child: SingleChildScrollView(