Browse Source

payment_identifter: add FIXME

master
ThomasV 2 years ago
parent
commit
6bacd65a80
  1. 2
      electrum/payment_identifier.py

2
electrum/payment_identifier.py

@ -641,6 +641,8 @@ class PaymentIdentifier(Logger):
return False
def get_invoice(self, amount_sat, message):
# FIXME: this should not be a PI method
# ideally, PI should not have a reference to wallet.
if self.is_lightning():
invoice = self.bolt11
if not invoice:

Loading…
Cancel
Save