It looks like you have a local account or contact in your wallet named gatewayclient with different keys compared to the gatewayclient registered on the blockchain. You might have to use `wallet_account_rename` or `wallet_add_contact` to rename the local entry.
Hmmm, that's very odd. I do appear to have an unregistered account with that name, but I cannot rename it:
default (unlocked) >>> wallet_rename_account gatewayclient oisdjfosfjsf
20032 key_already_registered: key belongs to other account
or retract it:
default (unlocked) >>> wallet_account_retract gatewayclient monsterer
20025 duplicate_account_name: duplicate account name
{"*local_account":{"index":190,"id":0,"name":"gatewayclient","public_data":null,"owner_key":"BTS
6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB","active_key_history":[["2015-01-12T08:58:01","BT
S6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB"]],"registration_date":"1970-01-01T00:00:00","la
st_update":"2015-01-12T08:58:01","last_child_key_index":0,"block_production_enabled":false,"custom_d
ata":{},"approved":0},"*chain_account":{"id":32380,"name":"gatewayclient","public_data":null,"owner_
key":"BTS5AfzawTGh4gmoDBmxgBgAn38UeiDLy2e8VdB6dgn6n3iE2SzHq","active_key_history":[["2015-01-14T08:4
5:50","BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB"],["2015-01-15T20:53:00","BTS5zU8LZUVPT
DV262RrNGoHHkyi7UCSj6t98e45z7YXeLaNN7r4H"]],"registration_date":"2015-01-14T08:45:50","last_update":
"2015-01-15T20:53:00","meta_data":{"type":"titan_account","data":""}}}
th_a wallet.cpp:1332 bts::wallet::wallet::get_account
{"account_name":"gatewayclient"}
th_a wallet.cpp:1345 bts::wallet::wallet::get_account
{"account_to_retract":"gatewayclient","pay_from_account":"monsterer","sign":true}
th_a wallet.cpp:3451 bts::wallet::wallet::retract_account
{}
th_a common_api_client.cpp:6310 bts::rpc_stubs::common_api_client::wallet_account_retract
{"command":"wallet_account_retract"}
th_a cli.cpp:626 bts::cli::detail::cli_impl::execute_command
What can I do?
Hmm actually looking closer, it looks like the same account, but your local version looks like:
owner_key: BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB
active_keys:
BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB
showing up as unregistered
And the blockchain version looks like:
owner_key: BTS5AfzawTGh4gmoDBmxgBgAn38UeiDLy2e8VdB6dgn6n3iE2SzHq
active_keys:
BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB
BTS5zU8LZUVPTDV262RrNGoHHkyi7UCSj6t98e45z7YXeLaNN7r4H
Do you have the private key for BTS5AfzawTGh4gmoDBmxgBgAn38UeiDLy2e8VdB6dgn6n3iE2SzHq ?
Can you try "scan 0 1" and see if your local account gets updated to be consistent with the blockchain?