After a bit of digging, it turned out that [the authorization is demanded on this step](https://github.com/pinknetworkx/atomicassets-contract/blob/master/src/atomicassets.cpp#L1297): #3
Labels
good first issue
Good for newcomers
After a bit of digging, it turned out that the authorization is demanded on this step:
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?Originally posted by @imb590 in pinknetworkx/atomicassets-contract#42 (comment)
The text was updated successfully, but these errors were encountered: