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
Copy file name to clipboardExpand all lines: lightning-network-tools/taproot-assets/first-steps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The number of decimal places your asset will have. Two decimal places would allo
33
33
If you want to mint 1 million units of an asset, each divisible into one thousand pieces, you will have to choose a total supply of 1,000,000,000.
34
34
35
35
**Meta Data**\
36
-
You can associate your asset with additional metadata. This data can be added in the form of a string (----meta\_bytes), a file on disk (--meta\_file\_path), and be either in opaque or json form (--meta\_type)
36
+
You can associate your asset with additional metadata. This data can be added in the form of a string (`--meta_bytes`), a file on disk (`--meta_file_path`), and be either in opaque or json form (`--meta_type`)
37
37
38
38
**Grouped Asset**\
39
39
For grouped assets the total supply can later be inflated, while ungrouped assets have a permanently fixed supply.
0 commit comments