Get account endpoint returns improper `recovery_account`

My recovery account is nicniezgrublem:

curl -s --data '{"jsonrpc":"2.0", "method":"condenser_api.get_accounts", "params":[["engrave"]], "id":1}' https://api.hive.blog | jq

Result:

"recovery_account": "nicniezgrublem"

But hafbe get_account endpoint returns different value (not updated):

curl 'https://hafbe.openhive.network/rpc/get_account' -H 'Content-Type: application/json' --data-raw '{"_account":"engrave"}'

Result:

"recovery_account": "steem"

Worth investigating other properties as well.