@@ -575,7 +575,7 @@ the address is announced.
575575IPv4 or IPv6 address of the Tor control port (default port 9051),
576576and this will be used to configure a Tor hidden service for port 9735
577577in 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
579579non-Tor addresses (see above).
580580The Tor hidden service will be configured to point to the
581581first 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
804804active while awaiting splice confirmation, however you can only spend the smaller
805805of 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** =* 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
808826BUGS
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