Skip to content

Commit f12d9af

Browse files
committed
fix: correct doc for eclair config
In this commit we correct the doc for enabling `keysend` in eclair. Note: `--features.keysend=optional` is only usefull in Polar because of how eclair docker image is built. See: https://github.com/jamaljsr/polar/blob/master/docker/eclair/docker-entrypoint.sh#L25-L35
1 parent e4f9737 commit f12d9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ have permission to execute commands on. Note that the current version
3535
of the simulator uses keysend to execute payments, which must be enabled as follows:
3636
* LND: `--accept-keysend`
3737
* CLN: enabled by default
38-
* Eclair: `--features.keysend=optional`
38+
* Eclair: `-Declair.features.keysend=optional` (or `--features.keysend=optional` if you're using Polar)
3939

4040
## Getting Started
4141

0 commit comments

Comments
 (0)