mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 22:31:48 +01:00
fix MD link where text and url are swapped
This commit is contained in:
parent
8cdbe97d91
commit
c13dffe980
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ In summary: as a Bitcoin user, one may be familiar with a file or a seed
|
|||
it can recover all its funds.
|
||||
|
||||
Core Lightning has an internal bitcoin wallet, which you can use to make "on-chain"
|
||||
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html).
|
||||
transactions, (see [withdraw](https://lightning.readthedocs.io/lightning-withdraw.7.html)).
|
||||
These on-chain funds are backed up via the HD wallet seed, stored in byte-form in `hsm_secret`.
|
||||
|
||||
`lightningd` also stores information for funds locked in Lightning Network channels, which are stored
|
||||
|
|
|
@ -198,7 +198,7 @@ for programs to deal with them sanely, and also perform translations.
|
|||
|
||||
We use JSON schemas to validate that JSON-RPC returns are in the
|
||||
correct form, and also to generate documentation. See
|
||||
[doc/schemas/WRITING_SCHEMAS.md](WRITING_SCHEMAS.md).
|
||||
[WRITING_SCHEMAS.md](schemas/WRITING_SCHEMAS.md).
|
||||
|
||||
## Changing JSON APIs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue