File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The Irreversible Flags (`byte`) are defined as follows:
219219
220220The ` MSB ` is the leftmost bit in the byte stored in Asset Metadata Box.
221221
222- The bits ` 2 ... 6` are reserved for future ARCs (default ` False ` if not used).
222+ The bits ` 3 ... 6` are reserved for future ARCs (default ` False ` if not used).
223223
224224The Metadata ** MAY** be declared as [ ARC-3] ( ./arc-0003.md ) compliant on creation
225225setting the bit ` LSB ` in the Irreversible Flags to ` True ` .
@@ -264,7 +264,7 @@ Round **MUST** be updated on any modification of either:
264264
265265> The Last Modified Round is guaranteed to be monotonically increasing.
266266
267- #### Deprecated By
267+ ##### Deprecated By
268268
269269The Deprecated By (` uint64 ` ) is the Application ID of the new ASA Metadata Registry
270270version.
@@ -1891,7 +1891,7 @@ The Algod clients retrieve the Asset Metadata from two entrypoints:
18911891
189218921. The _Asset Metadata URI_.
18931893
1894- > A minimal <a href="https://github.com/algorandfoundation/arc89/tree/main/src/asa_metadata_registry">[ Python SDK</a>.
1894+ > A minimal <a href="https://github.com/algorandfoundation/arc89/tree/main/src/asa_metadata_registry">Python SDK</a>
18951895> is provided with the reference implementation.
18961896
18971897##### Example 1: Get [ARC-3](./arc-0003.md) Metadata from the Asset ID
You can’t perform that action at this time.
0 commit comments