worldwide-asset-exchange / wax-blockchain-legacy

Worldwide Asset eXchange (WAX/wax.io) is an eos compatible blockchain and protocol token designed to make e-commerce transactions faster, easier, and safer.
https://developer.wax.io/
MIT License
125 stars 47 forks source link

Public key #59

Closed skarsznik closed 3 years ago

skarsznik commented 3 years ago

I cannot set the public key on an account created with https://wallet.wax.io/.

When calling eosio->updateauth contract ForbiddenTransactionException occurs.

Fields:

account: MyAccount permission: active parent: owner auth: {"threshold":2,"keys":[{"key":"PUB_K1_5WLnppvJz2dCHUAXfv7TbdJDnoAyAKNnktA7XShbscriaHqJAU","weight":1},{"key":"PUB_K1_6j4UPPVPzndi4CHTsUAQ5Yjc4BXarBhoNC2T12uaBKsvoA5sU4","weight":1},{"key":"PUB_K1_7DaLBULzPXKmV6V7aJrawgn2rwmK82o33k3KiAc8GBCWsTughN","weight":1}],"accounts":[],"waits":[]}

includenull commented 3 years ago

Public keys for WAX Cloud Wallet accounts can not be changed since it is a managed service.

If you wish to create an account where you control your own keys you can do this from the wallet settings with the create new account form, or you can do the same on somewhere like wax.bloks.io with their interface.

Closing as this issue is unrelated to this repo.