Rename client_id
field of the auth-register
command to delegate_wallet_id
#353
Labels
client_id
field of the auth-register
command to delegate_wallet_id
#353
client_id
field of theauth_register
is used in theDelegateWallet
field of theadd_authorizer
transaction, whileclient_key
is used in thePublicKey
field of the txn. They need to be not in correspondence with one another, since this will mean that the authorizer is trying to self-delegate (i.e. use the same wallet for operations and delegation), which is not allowed.This field should be renamed to
delegate_wallet_id
to be clear that this will not correspond to theclient_key
.The text was updated successfully, but these errors were encountered: