Skip to content

Commit

Permalink
Not the default case
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jul 23, 2024
1 parent bf43942 commit cdd5034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/tokens/FA2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Then the ticket owner can transfer the ticket without using the original contrac

Then, contracts can import tickets by accepting the ticket, destroying it, and increasing the user's balance of tokens.
Exporting and importing tickets in this way allows users to bridge tokens between Tezos layers, such as how [Bridging tokens](https://docs.etherlink.com/get-started/bridging) works in Etherlink.
Contracts can even accept tickets created by other contracts.
It's even possible for a contract to import a ticket created by another contract, though this is not the default case; in most cases, contracts import and export only their own tickets that represent their own tokens.

## Access control

Expand Down

0 comments on commit cdd5034

Please sign in to comment.