hotfix for new wallet.register_callback compat

This commit is contained in:
Amir Taaki 2012-06-30 13:11:39 +02:00
parent db9140a111
commit 8b60af0ca6
1 changed files with 2 additions and 1 deletions

View File

@ -908,7 +908,8 @@ def settings_loop():
menu_commands = ["send", "receive", "settings", "contacts", "main"]
droid = android.Android()
wallet = Wallet(update_callback)
wallet = Wallet()
wallet.register_callback(update_callback)
wallet.set_path("/sdcard/electrum.dat")
wallet.read()