diff --git a/docs/liquid/liquid-part2.md b/docs/liquid/liquid-part2.md index 4450bb1..17221ba 100644 --- a/docs/liquid/liquid-part2.md +++ b/docs/liquid/liquid-part2.md @@ -12,9 +12,9 @@ In Part I, we successfully Pegged-In our BTC and received L-BTC, now lets use th Before we jump straight into creating an asset, let us first look at the assets we already have inside our pegged-in wallet[^1]: -* `$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getwalletinfo` +* `$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS getwalletinfo - "balance": {"bitcoin": 0.00149155} + "balance": {"bitcoin": 0.00149155}` * `$ sudo ./scripts/app compose elements exec node elements-cli -rpcuser=$E_RPCUSER -rpcpassword=$E_RPCPASS dumpassetlabels`