lnurlp: fix ?amount satoshi -> msatoshi conversion.

This commit is contained in:
fiatjaf
2020-11-03 19:12:10 -03:00
parent 091f9b74f3
commit 8947358c80
2 changed files with 2 additions and 12 deletions
-6
View File
@@ -48,9 +48,3 @@ class PayLink(NamedTuple):
return MessageAction(message=self.success_text)
else:
return None
class Invoice(NamedTuple):
payment_hash: str
link_id: int
webhook_sent: bool