Here is the result of wallet_list_my_accounts
[{
"index": 11,
"id": 0,
"name": "gatewayclient",
"public_data": null,
"owner_key": "BTS5AfzawTGh4gmoDBmxgBgAn38UeiDLy2e8VdB6dgn6n3iE2SzHq",
"active_key_history": [[
"2015-01-09T08:47:05",
"BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB"
]
],
"registration_date": "1970-01-01T00:00:00",
"last_update": "2015-01-09T08:47:05",
"delegate_info": null,
"meta_data": null,
"is_my_account": true,
"approved": 0,
"is_favorite": false,
"block_production_enabled": false,
"last_used_gen_sequence": 4,
"private_data": {
"gui_data": {}
}
}
]
I've pasted this here because I don't understand why the owner key and the active key are different?
BTS6hySPYfrGHLELX6TML6d8stR5wMdsoZyXPmJcBSiwHL31xaskB is the one shown in the GUI and therefore the one I added to the sender wallet in order to send funds to this key.
I know the the wallet is synced because I was able to send funds OK to the address returned by wallet_get_account_public_address.