You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to the recover API like below to allow users to specify if they want to restore the "coldStakingColdAddresses" and "coldStakingHotAddresses" accounts. It will default to false, so it must be explicit be provided for future wallet implementations that relies on the node.
This is done because accounts cannot be removed after created, and they are blocking a restored recovery phrase to enable cold staking (not allowed to activate when both accounts are created on the wallet).
The text was updated successfully, but these errors were encountered:
I'm not sure why we have both an create and restore API, when you can supply the recovery phrase (mnemonic) on the create method. You can create a new wallet on the same node, but restoring will restore both coldStakingColdAddresses and coldStakingHotAddresses, which will then disallow activating cold staking later on.
Add an option to the
recover
API like below to allow users to specify if they want to restore the "coldStakingColdAddresses" and "coldStakingHotAddresses" accounts. It will default to false, so it must be explicit be provided for future wallet implementations that relies on the node.This is done because accounts cannot be removed after created, and they are blocking a restored recovery phrase to enable cold staking (not allowed to activate when both accounts are created on the wallet).
The text was updated successfully, but these errors were encountered: