From 4fee785229b29145e203b6025f12b50003d08214 Mon Sep 17 00:00:00 2001 From: benarc Date: Wed, 3 Mar 2021 13:36:26 +0000 Subject: [PATCH] Changed "LNURL voucher" to the LNURL title --- lnbits/extensions/withdraw/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/extensions/withdraw/models.py b/lnbits/extensions/withdraw/models.py index 7e80a789b..9a4dfb7c2 100644 --- a/lnbits/extensions/withdraw/models.py +++ b/lnbits/extensions/withdraw/models.py @@ -57,5 +57,5 @@ class WithdrawLink(NamedTuple): k1=self.k1, min_withdrawable=self.min_withdrawable * 1000, max_withdrawable=self.max_withdrawable * 1000, - default_description="LNbits voucher", + default_description=self.title, )