From 78a741e4a386ad216c17e5c7e2ed4a4144628c86 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Tue, 11 Jul 2023 14:19:12 +0200 Subject: [PATCH] actually remove the FIXME --- electrum/payment_identifier.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/electrum/payment_identifier.py b/electrum/payment_identifier.py index 68ba7dcaf..935e589be 100644 --- a/electrum/payment_identifier.py +++ b/electrum/payment_identifier.py @@ -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: