mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
fix MD link where text and url are swapped
This commit is contained in:
@@ -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.
|
it can recover all its funds.
|
||||||
|
|
||||||
Core Lightning has an internal bitcoin wallet, which you can use to make "on-chain"
|
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`.
|
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
|
`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
|
We use JSON schemas to validate that JSON-RPC returns are in the
|
||||||
correct form, and also to generate documentation. See
|
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
|
## Changing JSON APIs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user