From 3b0209a3a5dc8d71e2fa2be656fd85f23fbec8ed Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 6 May 2021 18:18:52 +0200 Subject: [PATCH] follow-up prev --- electrum/gui/kivy/uix/screens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/kivy/uix/screens.py b/electrum/gui/kivy/uix/screens.py index 49afc7439..fa0ea6cd7 100644 --- a/electrum/gui/kivy/uix/screens.py +++ b/electrum/gui/kivy/uix/screens.py @@ -28,7 +28,7 @@ from electrum.invoices import (PR_TYPE_ONCHAIN, PR_TYPE_LN, PR_DEFAULT_EXPIRATIO LNInvoice, pr_expiration_values, Invoice, OnchainInvoice) from electrum import bitcoin, constants from electrum.transaction import Transaction, tx_from_any, PartialTransaction, PartialTxOutput -from electrum.util import parse_URI, InvalidBitcoinURI, TxMinedInfo, maybe_extract_bolt11_invoice +from electrum.util import parse_URI, InvalidBitcoinURI, TxMinedInfo, maybe_extract_bolt11_invoice, InvoiceError from electrum.wallet import InternalAddressCorruption from electrum import simple_config from electrum.lnaddr import lndecode