Browse Source

actually remove the FIXME

master
Sander van Grieken 2 years ago
parent
commit
78a741e4a3
  1. 2
      electrum/payment_identifier.py

2
electrum/payment_identifier.py

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

Loading…
Cancel
Save