From e0c2348f940d17a952eff744e7fbf2606cd7cc18 Mon Sep 17 00:00:00 2001 From: b0xxer Date: Fri, 26 Jan 2024 11:22:59 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index e8668e9..e341613 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -160,7 +160,7 @@ This Confidential Asset has ultimate privacy, we can't really see anything about * Now we can see the total issued amount / supply[^2] -* Let's try sending this new unblinded asset to another wallet (my Blockstream Green mobile wallet) and see what is visible on the network. +* Let's try sending 2 of these unblinded assets to another wallet (my Blockstream Green mobile wallet) and see what is visible on the network. - `$sudo ./scripts/app compose elements exec node elements-cli -named -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS sendtoaddress address="VJLJZQ...." amount=2.0 assetlabel="409b1d0...."` 1122b7ef721864b0682120d474cc5a68e6c58fc62a2482bdc5195782f4503e7a @@ -214,6 +214,6 @@ Before you proceed to the next step, please verify that they above file is reach [^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) +[^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 1,000,000,000 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. \ No newline at end of file