Skip to content

Commit bfbc818

Browse files
committed
lsp_pugin: add documentation for options
Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
1 parent 3cfd280 commit bfbc818

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/lightningd-config.5.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ the address is announced.
575575
IPv4 or IPv6 address of the Tor control port (default port 9051),
576576
and this will be used to configure a Tor hidden service for port 9735
577577
in case of mainnet (bitcoin) network whereas other networks (testnet,
578-
testnet4, signet, regtest) will set the same default ports they use for
578+
testnet4, signet, regtest) will set the same default ports they use for
579579
non-Tor addresses (see above).
580580
The Tor hidden service will be configured to point to the
581581
first IPv4 or IPv6 address we bind to and is by default unique to
@@ -804,6 +804,24 @@ The operations will be bundled into a single transaction. The channel will remai
804804
active while awaiting splice confirmation, however you can only spend the smaller
805805
of the prior channel balance and the new one.
806806

807+
* **experimental-lsps-client**
808+
809+
Specifying this enables client side support for the lsps protocol
810+
([blip][blip] #50). Core-Lightning only supports the lsps2 ([blip][blip] #52)
811+
subprotocol describing the creation of just-in-time-channel (JIT-channels)
812+
between a LSP and this client.
813+
814+
* **experimental-lsps2-service**
815+
816+
Specifying this enables a LSP JIT-Channel service according to the lsps
817+
protocol ([blip][blip] #52). It requires a LSP-Policy plugin to be available and
818+
a *experimental-lsps2-promise-secret* to be set.
819+
820+
* **experimental-lsps2-promise-secret**
821+
822+
Sets a promise-secret for the LSP JIT-Channel service. Is a 64-character hex
823+
string that acts as the secret for promises according to ([blip][blip] #52).
824+
Is required if *experimental-lsps2-service* is set.
807825

808826
BUGS
809827
----
@@ -838,3 +856,4 @@ the rest of the code is covered by the BSD-style MIT license.
838856
[bolt]: https://github.com/lightning/bolts
839857
[bolt12]: https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md
840858
[pr4421]: https://github.com/ElementsProject/lightning/pull/4421
859+
[blip]: https://github.com/lightning/blips

0 commit comments

Comments
 (0)