diff --git a/electrum/transaction.py b/electrum/transaction.py index 82aecaada..22a55709d 100644 --- a/electrum/transaction.py +++ b/electrum/transaction.py @@ -1044,7 +1044,7 @@ class Transaction: Relatedly, this should *not* be called from the network thread. """ # note side-effect: tx is being mutated - from .network import NetworkException + from .network import NetworkException, Network self.add_info_from_wallet(wallet) try: if self.is_missing_info_from_network():