From 0d7ff92c437e05794a24dd1a681aebca069e3feb Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Tue, 11 Jul 2023 19:54:07 +0200 Subject: [PATCH] send_tab: remove payment_identifier comments in send_tab --- electrum/gui/qt/send_tab.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/electrum/gui/qt/send_tab.py b/electrum/gui/qt/send_tab.py index 7ee00ed4e..8de66f2e3 100644 --- a/electrum/gui/qt/send_tab.py +++ b/electrum/gui/qt/send_tab.py @@ -282,8 +282,6 @@ class SendTab(QWidget, MessageBoxMixin, Logger): # trustedcoin requires this if run_hook('abort_send', self): return - # save current PI as local now. this is best-effort only... - # does not work e.g. when using InvoiceList context menu "pay" payment_identifier = None if invoice and invoice.bip70: