Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 826022b

Browse files
Merge pull request #204 from CarlosLopezDeLara/patch-4
fix indentation: query utxo to show as code block
2 parents e669f19 + fe6f2dd commit 826022b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

node-setup/020_keys_and_addresses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ This created the file payment.addr that is already associated with our stake key
6666

6767
and make sure that your node is running. Then use
6868

69-
cardano-cli shelley query utxo \
70-
--address $(cat payment.addr) \
71-
--testnet-magic 42
69+
cardano-cli shelley query utxo \
70+
--address $(cat payment.addr) \
71+
--testnet-magic 42
7272

7373
you should see something like this:
7474

0 commit comments

Comments
 (0)