-
Notifications
You must be signed in to change notification settings - Fork 2.1k
"Wrong password" in transaction when account has no Ether (same password works when account has Ether) #948
Comments
Thanks for reporting @leonardoalt I will keep this open for now as this remains on the first page and is more likely to be found. |
We will try to catch this error by |
Could you please have a try with |
Thanks for the update @luclu |
This happens when an account has 0 balance or simply does not exist (yet), i.e. there’s no state object in the state trie. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Node type: geth
OS: linux
Network type: main
Mist version: 0.8.0
I created a new account, and didn't transfer anything to it.
Then I went and try the "Nutella statement" (https://ethereum.github.io/stake-voice/?proposal=Nutella%20is%20overrated). I linked my new account with the poll and voted. After typing my password for the transaction, it says wrong password.
After transferring some Ether to this new account, I tried the same and it worked (copy pasted passwd both times).
The console doesn't show any error when I get the "wrong passwd" error, only the gas:
/home/---/Mist-linux64-0-8-0/resources/app.asar/modules/preloader/include/consoleLogCapt…:44 Choosen Gas: 0x1ea2d 125485 @ file:///home/---/Mist-linux64-0-8-0/resources/app.asar/interface/72e28bdeb9e53941da7ddd0224722efb7339d70b.js:283:2957)
I guess it was correct not to allow my transaction, but the error message was misleading.
The text was updated successfully, but these errors were encountered: