Author Topic: Register deleagate issue  (Read 1234 times)

0 Members and 1 Guest are viewing this topic.

Offline vikram

Hi, I'm having the following error when trying to register a delegate:

10 assert_exception: Assert Exception
key->has_private_key():
    {}
    th_a  wallet.cpp:1577 get_private_key

    {"addr":"BTSX***"}
    th_a  wallet.cpp:1579 get_private_key

    {}
    th_a  transaction_ledger.cpp:1242 sign_transaction

    {"account_to_register":"***","public_data":null,"pay_with_account_name":"***","delegate_pay_rate":2}
    th_a  wallet.cpp:2913 register_account

    {"account_name":"***","data":null}
    th_a  wallet_api.cpp:616 wallet_account_register

    {}
    th_a  common_api_client.cpp:1315 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:556 execute_command

Any ideas?

For some reason it's not locating the private key for that account. How did you add the account to your wallet, did you just use "wallet_account_create" or did you do something else?

Offline altcoins.com

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Altcoins
Hi, I'm having the following error when trying to register a delegate:

10 assert_exception: Assert Exception
key->has_private_key():
    {}
    th_a  wallet.cpp:1577 get_private_key

    {"addr":"BTSX***"}
    th_a  wallet.cpp:1579 get_private_key

    {}
    th_a  transaction_ledger.cpp:1242 sign_transaction

    {"account_to_register":"***","public_data":null,"pay_with_account_name":"***","delegate_pay_rate":2}
    th_a  wallet.cpp:2913 register_account

    {"account_name":"***","data":null}
    th_a  wallet_api.cpp:616 wallet_account_register

    {}
    th_a  common_api_client.cpp:1315 wallet_account_register

    {"command":"wallet_account_register"}
    th_a  cli.cpp:556 execute_command

Any ideas?