From 7dcb479ad17007c66b204cefe2c3bb9fabd202cc Mon Sep 17 00:00:00 2001 From: b0xxer Date: Sat, 27 Jan 2024 09:32:34 -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 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`