diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index 2c09d2c..cee5dcf 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -172,17 +172,19 @@ $ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER * Now we can see the total issued amount / supply[^2] * 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...."` + +``` +$ sudo ./scripts/app compose elements exec node elements-cli -named -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS sendtoaddress address="VJLKDWB..." amount=2.0 assetlabel="41c19a..."` +b1d0592319fc5a6ed4e2ea912ddbc9e630e0a13a083a178f69054129ef589d25 +``` -1122b7ef721864b0682120d474cc5a68e6c58fc62a2482bdc5195782f4503e7a - -* Looking up this transaction on the [block explorer, we see](https://blockstream.info/liquid/tx/1122b7ef721864b0682120d474cc5a68e6c58fc62a2482bdc5195782f4503e7a): +* Looking up this transaction on the [block explorer, we see](https://blockstream.info/liquid/tx/b1d0592319fc5a6ed4e2ea912ddbc9e630e0a13a083a178f69054129ef589d25): ![](3-part2-tx.png) This is interesting: So although the transaction is visible, we can't see what was actually transferred (even though the details of the asset are visible, *it is still hidden inside the transaction*). Further, where is my Green Wallet address (ie. VJLJZQ...)? We can see 3 output addresses, presumably these are: Change, Fee, and Recipient...but which is my Green Wallet? -* Let's look up my [Green Wallet address directly in the explorer](https://blockstream.info/liquid/address/VJLJZQ2Du4natCvJuhNQTH7tHnphsofPoW8aZtgsnmPaihuqt4MpsujPxYTiy5WHVuJdpRQAcF9oTMAd): +* Let's look up my [Green Wallet address directly in the explorer](https://blockstream.info/liquid/address/VJLKDWB6zezPptnxQu3zAJbNBFqSKER6VWjnnDaVQxsUivQB974qRZWzW9yDa9ziokVquRkuiL6muC1c): ![](4-part2-greenaddr.png)