Merge pull request #5802 from yyforyongyu/5318-fix-addr-format

lndcfg: give verbose err when failed to load config
This commit is contained in:
Olaoluwa Osuntokun
2021-09-30 20:14:08 -07:00
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -234,6 +234,10 @@ you.
`lncli deletepayments`](https://github.com/lightningnetwork/lnd/pull/5699)
command.
* [Add more verbose error printed to
console](https://github.com/lightningnetwork/lnd/pull/5802) when `lnd` fails
loading the user specified config.
## Code Health
### Code cleanup, refactor, typo fixes