use cln plugin wrapper in interceptor

This commit is contained in:
Jesse de Wit
2022-12-23 18:22:59 +01:00
parent 36c7f5f616
commit 5922b7e73d
5 changed files with 265 additions and 101 deletions

View File

@@ -30,4 +30,7 @@ LND_MACAROON_HEX=<hex encoded macaroon>
RUN_LND=true
# CLN specific environment variables
CLN_PLUGIN_ADDRESS=<address the lsp cln plugin listens on (ip:port)>
CLN_SOCKET_DIR=<path to drectory cln lightning-rpc socket lives in>
CLN_SOCKET_NAME=<name of the cln lightning-rpc file>
RUN_CLN=true