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