Changed "LNURL voucher" to the LNURL title
This commit is contained in:
parent
32a3dbb772
commit
4fee785229
1 changed files with 1 additions and 1 deletions
|
|
@ -57,5 +57,5 @@ class WithdrawLink(NamedTuple):
|
||||||
k1=self.k1,
|
k1=self.k1,
|
||||||
min_withdrawable=self.min_withdrawable * 1000,
|
min_withdrawable=self.min_withdrawable * 1000,
|
||||||
max_withdrawable=self.max_withdrawable * 1000,
|
max_withdrawable=self.max_withdrawable * 1000,
|
||||||
default_description="LNbits voucher",
|
default_description=self.title,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue