1
0

support for remote wallet

This commit is contained in:
thomasv
2012-02-22 15:39:06 +01:00
parent 180059355d
commit ac7bff3aa0
3 changed files with 36 additions and 2 deletions

View File

@@ -150,7 +150,7 @@ class Interface:
wallet.status[addr] = blk_hash
is_new = True
if is_new:
if is_new or wallet.remote_url:
wallet.synchronize()
wallet.update_tx_history()
wallet.save()