From a213655cdef7e6aab73f6221d8a69e593ee4de88 Mon Sep 17 00:00:00 2001 From: bkkcoins Date: Thu, 20 Sep 2012 16:46:11 +0700 Subject: [PATCH] fix offline restore --- electrum | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electrum b/electrum index 32ec670f..cdff2acb 100755 --- a/electrum +++ b/electrum @@ -248,6 +248,8 @@ if __name__ == '__main__': print "Recovery successful" else: print_error("Warning: Found no history for this wallet") + else: + wallet.synchronize() wallet.fill_addressbook() wallet.save() print_error("Wallet saved in '" + wallet.path)