ResistancePlatform / resistance-platform-release

Resistance Desktop Wallet with ResDEX, Mainnet, CPU Miner, and more
4 stars 3 forks source link

Resistance Wallet locks out as if timeout, even when in focus and in use. #6

Open yidakee opened 4 years ago

yidakee commented 4 years ago

Minor bug, yet annoying. Even while in focus and in use, v2.2.2. locks out and asks for password after a while.

lukewegryn commented 4 years ago

Hey @yidakee, thanks for pointing this out. This is because of the way the wallet encryption works. We inherited this functionality from Bitcoin (https://bitcoin.org/en/developer-reference#walletpassphrase). Essentially you must specify an amount of time the wallet should be unlocked. We don't store this passphrase, so we can't automatically re-unlock the wallet based on interaction triggers when using the GUI.