particl-desktop icon indicating copy to clipboard operation
particl-desktop copied to clipboard

Split the lock into two locks

Open ericmnel opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Current lock feature is awkward, people are confused by it.

It isn't clear when you are unlocking for staking that it will be unlocked forever, it is strange that there is a time parameter there that is not used even though it looks like it would be.

Because it is a single lock you probably have special code to restore staking unlock after unlocking and locking for something else - I know that there are edge cases where it fails to restore the staking lock.

All that complexity goes away if you just have two separate locks, locking and unlocking staking and wallet seperately.

Describe the solution you'd like Change to two different locks, one for staking and one for everything else.

ericmnel avatar Oct 07 '21 18:10 ericmnel

Noted. And thanks for raising this. I'll add this to the feature request list for now. There are a couple of additional changes that need to eventually be made, and this would fit in nicely with those changes, so definitely something that can be addressed.

zaSmilingIdiot avatar Nov 24 '21 11:11 zaSmilingIdiot