From 7288918b4b0fd12bdc1c6d8548c1cc656d32ba53 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Thu, 16 Jul 2020 11:30:35 +0200 Subject: [PATCH] Update 13_1_Verifying_Your_Lightning_Setup.md --- 13_1_Verifying_Your_Lightning_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_1_Verifying_Your_Lightning_Setup.md b/13_1_Verifying_Your_Lightning_Setup.md index 8fc4071..71aa385 100644 --- a/13_1_Verifying_Your_Lightning_Setup.md +++ b/13_1_Verifying_Your_Lightning_Setup.md @@ -74,7 +74,7 @@ If node is still sycing with bitcoin network you should see a message like this. ``` "warning_bitcoind_sync": "Bitcoind is not up-to-date with network." ``` -If you're not up-to-date, you'll get a message to you `getinfo command` like this: +If your lightning daemon is not up-to-date, you'll get a message to you `getinfo command` like this: ``` "warning_lightningd_sync": "Still loading latest blocks from bitcoind." ```