From ef082ff7bead85cdb5a8257a4a9e2c28a8fe11d8 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:59:58 +0000 Subject: [PATCH] xmr: remove inaccurate fee rate, hide sweep all checkbox --- basicswap/templates/wallet.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index bb36768..670c13d 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -129,7 +129,8 @@ Pending: +{{ w.pending }} {{ w.ticker }} {% endif %} - {% if w.cid == '1' %} {# PART #} + + {% if w.cid == '1' %} {# PART #} {{ w.name }} Blind Blind Balance: {{ w.blind_balance }} {{ w.ticker }} () @@ -147,9 +148,8 @@ - {% endif %} {# / PART #} - {% if w.cid == '3' %} {# LTC #} + {% elif w.cid == '3' %} {# LTC #} {{ w.name }} MWEB MWEB Balance: {{ w.mweb_balance }} {{ w.ticker }} () @@ -379,8 +379,7 @@ correctLevel: QRCode.CorrectLevel.L }); - {% endif %} - {% if w.cid == '3' %} + {% elif w.cid == '3' %} {# LTC #}