1
0
This commit is contained in:
ThomasV
2021-03-03 15:35:00 +01:00
parent 95b7c976e0
commit 7ca64ebbd8

View File

@@ -223,7 +223,7 @@ class LNInvoice(Invoice):
d = self.to_json()
d.update({
'pubkey': self._lnaddr.pubkey.serialize().hex(),
'amount_BTC': self._lnaddr.amount,
'amount_BTC': str(self._lnaddr.amount),
'rhash': self._lnaddr.paymenthash.hex(),
'description': self._lnaddr.get_description(),
'exp': self._lnaddr.get_expiry(),