feat(core): add search to payments table

This commit is contained in:
Eneko Illarramendi
2020-04-17 21:13:32 +02:00
parent de75057a15
commit d03e472cc2
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -42,5 +42,5 @@ class WithdrawLink(NamedTuple):
k1=self.k1,
min_withdrawable=self.min_withdrawable * 1000,
max_withdrawable=self.max_withdrawable * 1000,
default_description="LNbits LNURL withdraw",
default_description="#withdraw LNbits LNURL",
)