Author

Topic: Electrum for android v1.7.3 gui wallet bug (Read 815 times)

legendary
Activity: 1896
Merit: 1353
June 12, 2013, 03:37:20 PM
#2
thanks, I fixed it in git. the repo is the same as for other guis
N0
newbie
Activity: 29
Merit: 0
I just installed Electrum for android for the first time and the software crashed after creating the wallet.
I looked at the error in the console and it seems like the ElectrumGui class in gui/gui_android.py is trying to access
self.wallet which is undefined (line 974).

I saw all throe the code wallet is being accessed as global variable so I removed the self and it seems to be working now.
also did so in line 463 which called self.wallet even thou this function is not part of any class.

BTW is there a git repository for the android version ?
Jump to: