Skip to content

Generating non-deterministic addreses not supported by HD wallet in create_addresses method #112

Description

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"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions