From fd763a086bfea864002e137cca2da7702534d528 Mon Sep 17 00:00:00 2001 From: 2ro <17595647+2ro@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:42:30 -0400 Subject: [PATCH] pay.html: bump invoice slatepack textarea to rows=7 so ENDSLATEPACK is not clipped --- templates/pay.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pay.html b/templates/pay.html index 1d778d1..abe580d 100644 --- a/templates/pay.html +++ b/templates/pay.html @@ -57,7 +57,7 @@

Open your Grin wallet, import this invoice, and pay it. The response returns to us automatically over Tor, no copy-paste back needed.

{% if let Some(pack_qr) = info.invoice_slatepack_qr_svg %}
{{ pack_qr|safe }}
{% endif %} - + {% endif %}