From 57b96cd985478e3b1322778ff52703eeed4c4513 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:19:36 +0000 Subject: [PATCH] wallet: fix reseed regression --- basicswap/templates/wallet.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 2a97623..8eb4143 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -222,8 +222,7 @@ - - + {% if block_unknown_seeds and w.expected_seed != true %} {# Only show addresses if wallet seed is correct #}
@@ -244,7 +243,9 @@
- {% else %} + + +{% else %}