When I try to restore an address using a secret_spend_keys in create_addresses method I get the this error. How can I restore only an address in a wallet using a secret key? How can I restore my addres with my secret key?
{
"jsonrpc": "2.0",
"id": "0",
"method": "create_addresses",
"params": {"secret_spend_keys": ["MY_SECRET_KEY"] }
}
it returns
{
"error": {
"code": -32603,
"data": {
},
"message": "Generating non-deterministic addreses not supported by HD wallet"
},
"id": "0",
"jsonrpc": "2.0"
}