1
0

actually remove the FIXME

This commit is contained in:
Sander van Grieken
2023-07-11 14:19:12 +02:00
parent d695dd51cd
commit 78a741e4a3

View File

@@ -672,8 +672,6 @@ def invoice_from_payment_identifier(
amount_sat: int,
message: str = None
):
# FIXME: this should not be a PI method
# ideally, PI should not have a reference to wallet.
if pi.is_lightning():
invoice = pi.bolt11
if not invoice: