SilentCicero / ethereumjs-accounts

A simple module for creating, managing and using Ethereum accounts in browser.
MIT License
150 stars 58 forks source link

account.encrypted never gets set to false #10

Closed ghost closed 8 years ago

ghost commented 8 years ago

Pre-emptively decrypting an account in order to sign a transaction does nothing to remove the passphrase popup, as only "locked" gets set to false and the code checks "encrypted" to see if it should show the popup. Intentional? I'm almost certainly missing something here. Closing this until I have a better understanding of what's going on.