remove unwanted for loop in plugin hook

This commit is contained in:
ThomasV 2015-09-03 08:14:42 +02:00
parent 4cfb6e1d76
commit 26ab5519b2
1 changed files with 46 additions and 47 deletions

View File

@ -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: