From b4d60ae3ee13be24b9c8f913808dd8c9d004aa5f Mon Sep 17 00:00:00 2001 From: Roei Erez Date: Wed, 6 Dec 2023 11:22:15 +0200 Subject: [PATCH] change --enable-developer to --enable-debugbuild --- .github/actions/setup-clightning/action.yaml | 2 +- docs/CLN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-clightning/action.yaml b/.github/actions/setup-clightning/action.yaml index e078d1f..46a765d 100644 --- a/.github/actions/setup-clightning/action.yaml +++ b/.github/actions/setup-clightning/action.yaml @@ -104,7 +104,7 @@ runs: if: steps.cache-core-lightning.outputs.cache-hit != 'true' run: | cd lightning_git - ./configure --enable-developer --enable-rust + ./configure --enable-debugbuild --enable-rust poetry install poetry run make -j `nproc` shell: bash diff --git a/docs/CLN.md b/docs/CLN.md index e642d02..34f36b0 100644 --- a/docs/CLN.md +++ b/docs/CLN.md @@ -58,7 +58,7 @@ NODES='[ { "name": "${LSPName}", "nodePubkey": "$PUBKEY", "lspdPrivateKey": "$LS ``` ### Running lspd on CLN -In order to run lspd on top of CLN, you need to run the lspd process and run cln with the provided cln plugin. You also need lightningd compiled with developer mode on (`./configure --enable-developer`) +In order to run lspd on top of CLN, you need to run the lspd process and run cln with the provided cln plugin. You also need lightningd compiled with developer mode on (`./configure --enable-debugbuild`) 1. Run cln with the following options set: - `--plugin=/path/to/lspd_plugin`: to use lspd as plugin