Update 13_1_Verifying_Your_Lightning_Setup.md

This commit is contained in:
Javier Vargas 2020-07-16 11:30:35 +02:00 committed by GitHub
parent bb78907c99
commit 7288918b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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." "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." "warning_lightningd_sync": "Still loading latest blocks from bitcoind."
``` ```