Skip to content

Commit f424bd5

Browse files
authored
Update 03_1_Verifying_Your_Bitcoin_Setup.md
Extra `> ` at defining `btcblock` alias, causing it to fail when executing the alias.
1 parent 25d8852 commit f424bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_1_Verifying_Your_Bitcoin_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can do this by looking at a blocknet explorer, such as [the Blockcypher Test
4646
If you'd like an alias to look at everything at once, the following currently works for Testnet, but may disappear at some time in the future:
4747
```
4848
$ cat >> ~/.bash_profile << EOF
49-
> alias btcblock="echo \\\`bitcoin-cli getblockcount 2>&1\\\`/\\\`wget -O - https://blockstream.info/testnet/api/blocks/tip/height 2> /dev/null | cut -d : -f2 | rev | cut -c 1- | rev\\\`"
49+
alias btcblock="echo \\\`bitcoin-cli getblockcount 2>&1\\\`/\\\`wget -O - https://blockstream.info/testnet/api/blocks/tip/height 2> /dev/null | cut -d : -f2 | rev | cut -c 1- | rev\\\`"
5050
EOF
5151
$ source .bash_profile
5252
$ btcblock

0 commit comments

Comments
 (0)