Update 13_2_Knowing_Your_lightning_Setup.md

This commit is contained in:
Javier Vargas 2020-07-13 10:35:25 +02:00 committed by GitHub
parent c3944aa4e7
commit 17ab360715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,3 +320,11 @@ lightning-cli --network=testnet listconfigs
"log-prefix": "lightningd" "log-prefix": "lightningd"
} }
``` ```
## Summary: Knowing Your lightning Setup
The `~/.lightning` directory contains all of your files, while `lightning-cli help` and a variety of info commands can be used to get more information on how your setup and Lightning Network work.
## What's Next?
Continue "Understanding Your Lightning Setup" with [§13.3: Setting Up_a_Channel](13_3_Setting_Up_a_Channel.md).