You are viewing a single comment's thread from:RE: Offering 20 STEEM Reward to Fix a Bug in Steem-JSView the full contextsmitop (53)in #witness-category • 8 years ago I made a PR to fix this, see #288. It treats the block_signing_key as a string, not a public_key.
Didn't work, now it gives this error:
Unhandled rejection Error: 3010000 tx_missing_active_auth: missing required active authority Missing Active Authority drakos
Are you sure you’re using your active key (not your signing key, posting key, or memo key) in the first argument to the updateWitness function?
Of course.