Split the lock into two locks #1818
Labels
module: general
Related to the PD application in general, or something applicable across multiple modules/apps
type: Feature Request
make a case for a change to a particular feature or a new feature to be added
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.
The text was updated successfully, but these errors were encountered: