Skip to content

Commit 798e391

Browse files
authored
Merge pull request #206 from technoprobic/18_1_Verifying_Your_Lightning_Setup_verify_node_revisions
Revise instructions in Verify your Node section to include testnet parameter
2 parents 6b451ae + 4bd351f commit 798e391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

18_1_Verifying_Your_Lightning_Setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ $ sudo ufw allow 9735
167167
You can check if your Lightning node is ready to go by comparing the output of `bitcoin-cli getblockcount` with the `blockheight` result from `lightning-cli getinfo`.
168168

169169
```
170-
$ bitcoin-cli getblockcount
170+
$ bitcoin-cli -testnet getblockcount
171171
1838587
172-
$ lightning-cli getinfo
172+
$ lightning-cli --testnet getinfo
173173
{
174174
"id": "03d4592f1244cd6b5a8bb7fba6a55f8a91591d79d3ea29bf8e3c3a405d15db7bf9",
175175
"alias": "HOPPINGNET",

0 commit comments

Comments
 (0)