Browse Source

Merge branch 'master' of gitorious.org:electrum/electrum

283
ThomasV 13 years ago
parent
commit
d14402a314
  1. 1
      client/interface.py

1
client/interface.py

@ -119,6 +119,7 @@ class NativeInterface(Interface):
is_new = True
if is_new or wallet.remote_url:
self.was_updated = True
is_new = wallet.synchronize()
wallet.update_tx_history()
wallet.save()

Loading…
Cancel
Save