From 95df9e55164c8b6fa92aa1ed5eb6c242072514ce Mon Sep 17 00:00:00 2001 From: b0xxer Date: Sun, 28 Jan 2024 08:19:56 -0600 Subject: [PATCH] Update docs/liquid/liquid-part2.md --- docs/liquid/liquid-part2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index bacd953..b151271 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -72,7 +72,8 @@ It is possible to 'unblind' this information to clients, but that would involve * Let's create another address[^5] and another asset and this time choose a different option (specifically, lets create this asset unblinded): -`$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS issueasset 10 0 false` +``` +$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS issueasset 10 0 false { "txid": "225f3ed16457467673fd64f3577031b91be370615b3feba53e1cc0b256768944", @@ -81,6 +82,7 @@ It is possible to 'unblind' this information to clients, but that would involve "asset": "41c19a473c71298a28342ccbf6fcbd3042cae8607b3b79d336b4c02e89ba2c66", "token": "10178003de4d2141fc318e3a61a7c8e1d43d3842a87fb8fb18fc1c1b09d081cb" } +``` ...and checking again what [the Liquid network knows about it](https://blockstream.info/liquid/asset/41c19a473c71298a28342ccbf6fcbd3042cae8607b3b79d336b4c02e89ba2c66)