Does anyone experience this bug in which the wallet periodically becomes unlocked and has to be relocked manually?
Running on Windows 1.1.3.8c.
I've noticed it twice now in the last few weeks.
I have a tiny bit of info on this, so I lean towards this not being a bug.
We only unlock your wallet with the crypted passphrase if we receive a boolean "unlocked" state from the wallet on boot.
Then we re-lock it if it was "locked" to begin with.
So I believe what is happening is at one point you must have typed 'walletpassphrase phrase 99999' or something, and that left the wallet unlocked.
Then you restarted the wallet and entered the passphrase. So we unlocked it, tested it, and left it unlocked.
To verify the code is working properly, lock the wallet, close the wallet, start the wallet, enter the passphrase and it should still be in the locked state.
It will only unlock during PODC updates.
I am unable to reproduce this as a bug.
Hi Rob, I've done as you've instructed and restarted my wallet. It reads locked. I will try to run it for a few weeks to see if I can reproduce the scenario. You might be right in that for some reason a prompt showed up asking me to unlock and I put in my password. I'll monitor and see how it goes. Thanks!