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).

Add an option to the
recoverAPI 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).