1
1

Merge pull request from technoprobic/18_1_Verifying_Your_Lightning_Setup_verify_node_revisions

Revise instructions in Verify your Node section to include testnet parameter
This commit is contained in:
Shannon Appelcline 2021-05-19 14:59:26 -10:00 committed by GitHub
commit 798e3911f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,9 +167,9 @@ $ sudo ufw allow 9735
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`.
```
$ bitcoin-cli getblockcount
$ bitcoin-cli -testnet getblockcount
1838587
$ lightning-cli getinfo
$ lightning-cli --testnet getinfo
{
"id": "03d4592f1244cd6b5a8bb7fba6a55f8a91591d79d3ea29bf8e3c3a405d15db7bf9",
"alias": "HOPPINGNET",