Browse Source

transaction: fix add_info_from_wallet_and_network

fixes https://github.com/spesmilo/electrum/issues/8406
master
SomberNight 3 years ago
parent
commit
209c9f75e0
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      electrum/transaction.py

2
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():

Loading…
Cancel
Save