Browse Source

remove unwanted for loop in plugin hook

283
ThomasV 10 years ago
parent
commit
26ab5519b2
  1. 1
      plugins/exchange_rate.py

1
plugins/exchange_rate.py

@ -314,7 +314,6 @@ class Plugin(BasePlugin):
if not self.resp_hist:
return
for window in self.gui.windows:
wallet = window.wallet
tx_list = self.wallet_tx_list.get(wallet)
if not wallet or not tx_list:

Loading…
Cancel
Save