From 4bd351fdbb8e3719d138b96b3792ae53b525dd28 Mon Sep 17 00:00:00 2001 From: Techno Probic <20517134+technoprobic@users.noreply.github.com> Date: Wed, 5 May 2021 20:59:49 -0500 Subject: [PATCH] Revise instructions in Verify your Node section to include testnet parameter --- 18_1_Verifying_Your_Lightning_Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/18_1_Verifying_Your_Lightning_Setup.md b/18_1_Verifying_Your_Lightning_Setup.md index 57b33a5..6249541 100644 --- a/18_1_Verifying_Your_Lightning_Setup.md +++ b/18_1_Verifying_Your_Lightning_Setup.md @@ -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",