tfix syntax error - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e80870a9b0555aa5005b971760c575def5f465a2 DIR parent 26ab5519b238c8e7a0c43212af433d1f7483e473 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 3 Sep 2015 08:15:39 +0200 fix syntax error Diffstat: M plugins/exchange_rate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py t@@ -313,11 +313,10 @@ class Plugin(BasePlugin): return if not self.resp_hist: return - wallet = window.wallet tx_list = self.wallet_tx_list.get(wallet) if not wallet or not tx_list: - continue + return window.is_edit = True window.history_list.setColumnCount(7) window.history_list.setHeaderLabels([ '', '', _('Date'), _('Description') , _('Amount'), _('Balance'), _('Fiat Amount')] )