hotfix for new wallet.register_callback compat
This commit is contained in:
@@ -908,7 +908,8 @@ def settings_loop():
|
|||||||
|
|
||||||
menu_commands = ["send", "receive", "settings", "contacts", "main"]
|
menu_commands = ["send", "receive", "settings", "contacts", "main"]
|
||||||
droid = android.Android()
|
droid = android.Android()
|
||||||
wallet = Wallet(update_callback)
|
wallet = Wallet()
|
||||||
|
wallet.register_callback(update_callback)
|
||||||
|
|
||||||
wallet.set_path("/sdcard/electrum.dat")
|
wallet.set_path("/sdcard/electrum.dat")
|
||||||
wallet.read()
|
wallet.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user