Changed "LNURL voucher" to the LNURL title

This commit is contained in:
benarc 2021-03-03 13:42:36 +00:00
parent 97e519d569
commit 1f4218d5c2

View File

@ -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,
)