1
0

android create and restore

This commit is contained in:
ThomasV
2015-02-25 22:48:47 +01:00
parent ed59498ccc
commit 52b43c57b8
2 changed files with 29 additions and 49 deletions

View File

@@ -1230,7 +1230,9 @@ class Deterministic_Wallet(Abstract_Wallet):
wait_for_wallet()
else:
self.synchronize()
self.fill_addressbook()
# disable this because it crashes android
#self.fill_addressbook()
def is_beyond_limit(self, address, account, is_change):