send_tab: remove payment_identifier comments in send_tab
This commit is contained in:
@@ -282,8 +282,6 @@ class SendTab(QWidget, MessageBoxMixin, Logger):
|
|||||||
# trustedcoin requires this
|
# trustedcoin requires this
|
||||||
if run_hook('abort_send', self):
|
if run_hook('abort_send', self):
|
||||||
return
|
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
|
payment_identifier = None
|
||||||
if invoice and invoice.bip70:
|
if invoice and invoice.bip70:
|
||||||
|
|||||||
Reference in New Issue
Block a user