mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-16 12:20:14 +02:00
parent
f1b657b9a1
commit
b08e53b599
1 changed files with 6 additions and 0 deletions
|
|
@ -351,6 +351,12 @@ This will show more debug information.
|
|||
else:
|
||||
if p.payment_request is not None and p.payment_request != "":
|
||||
pr = await self.decode_pay_request(p.payment_request)
|
||||
if pr is None:
|
||||
logger.error(
|
||||
f"Unable to decode payment request {p.payment_request}"
|
||||
)
|
||||
continue
|
||||
|
||||
comment = pr.description
|
||||
self._memo_cache[p.payment_request] = pr.description
|
||||
tx.append(GenericTx.from_lnd_grpc_payment(p, comment))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue