Skip to content

Commit 2bdd675

Browse files
authored
Merge pull request #296 from Abdulkbk/keysend-docs
readme: fix config doc for eclair
2 parents ac400cf + 0945820 commit 2bdd675

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ 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)
39+
40+
NOTE: for CLN `keysend` to work with eclair, you need to add additional config to eclair:
41+
```
42+
-Declair.channel.min-final-expiry-delta-blocks=N
43+
-Declair.channel.fulfill-safety-before-timeout-blocks=M
44+
```
45+
where N and M are numbers, and N must be larger than M (N must be 22, CLN's default, or more)
3946

4047
## Getting Started
4148

0 commit comments

Comments
 (0)