Open oliviera9 opened 2 years ago
Probably the nodeos setup prevents to enter https://github.com/EOSIO/eos/blob/26a4d285d0be1052d962149e431eb81500782991/libraries/chain/apply_context.cpp#L358,
// No need to check authorization if replaying irreversible blocks or contract is privileged
Probably we are in the replaying irreversible blocks
case. Is it compatible with my nodeos configuration? How to configure nodeos in such a way this
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?