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 deployed the contract on a dev blockchain with the same code atomicassets account currently has on the WAX blockchain, set permissions for @eosio.code authorization and triggered the init action. After that most actions work as expected, but when I trigger transfer without the authorization from asset's collection's author, it fails with missing_auth_exception and demands that authorization.
What can cause such behavior?
The text was updated successfully, but these errors were encountered:
assetitr->ram_payer is the account that minted the asset, and its authorization is required for each transfer on my local blockchain. Obviously, this does not happen on the main chain. Why? What's the difference? How to set up a local blockchain so it behaves the same as the main one?
I deployed the contract on a dev blockchain with the same code
atomicassets
account currently has on the WAX blockchain, set permissions for@eosio.code
authorization and triggered theinit
action. After that most actions work as expected, but when I triggertransfer
without the authorization from asset's collection's author, it fails withmissing_auth_exception
and demands that authorization.What can cause such behavior?
The text was updated successfully, but these errors were encountered: