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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Error 3090003: Provided keys, permissions, and delays do not satisfy declared authorizations
Ensure that you have the related private keys inside your wallet and your wallet is unlocked.
Error Details:
transaction declares authority '{"actor":"account1","permission":"active"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [{"actor":"contract","permission":"eosio.code"}], provided keys [], and a delay max limit of 3888000000 ms
pending console output:
and I need to add contract eosio.code permission (under accounts) to account1@active to let it run correctly.
Why is my local blockchain accepting the transaction without setting the eosio.code permission? Is it because of some parameters missing when starting the local blockchain?
The text was updated successfully, but these errors were encountered:
I am running a local blockchain with the following command:
(nodeos v2.0.6)
I have a contract exposing this action and deployed to 'contract' account:
Calling the action with
Pushing the same action to mainnet returns
and I need to add contract eosio.code permission (under accounts) to account1@active to let it run correctly.
Why is my local blockchain accepting the transaction without setting the eosio.code permission? Is it because of some parameters missing when starting the local blockchain?
The text was updated successfully, but these errors were encountered: