From f3ddc115338690134c84dc2c35586afc30170f62 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Tue, 30 Jan 2024 05:49:54 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index d52cc1b..21ceba8 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -179,6 +179,5 @@ In this session we issued assets[^5], looked at their basic features, and regist [^1]: The values E_RPCUSER and E_RPCPASS, where environmental variables we set in Part I [^2]: Like in bitcoin, 1 integer unit is 100,000,000 base units (not sats, but equivalent concept) - So in this case issuing "10" assets is really issuing 1000000000 units (10 x 100,000,000). -[^3]: Technically just running `elements-cli issueasset 10 0` is enough to issue an asset, however there will be limitations later on when trying to register the asset, burn, remove, etc. [^4]: Using a legacy address for this task imposes no real implications to your security since its only used to remove assets from the registry. Its possible to do this with a non-legacy address, but more steps are involved and we will need to use other tools rather than what's already built-in to Elements node, so we will just use a legacy address for this. [^5]: One feature we neglected to checkout was issuing reissuable assets. If you are interested in seeing how that is done, you can check out the developer documentation here: [https://elementsproject.org/elements-code-tutorial/reissuing-assets](https://elementsproject.org/elements-code-tutorial/reissuing-assets) \ No newline at end of file