You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add a second key inside key_auths array of an account. For some reason it failing with Error: 3010000 tx_missing_active_auth: missing required active authority Missing Active Authority hellosteem.
Adding an username on account_auths is working, updating a key inside key_auths array is also working, all using same active WIF to create a signature. But when i try to add a second key, it's failing.
I tried to add a second key inside
key_auths
array of an account. For some reason it failing withError: 3010000 tx_missing_active_auth: missing required active authority Missing Active Authority hellosteem
.Adding an username on
account_auths
is working, updating a key insidekey_auths
array is also working, all using same active WIF to create a signature. But when i try to add a second key, it's failing.Here is the tx i'm sending to the blockchain:
I tried with 3 differents accounts using Steem.js but always got the same error. Any idea what is wrong?
The text was updated successfully, but these errors were encountered: