-
Notifications
You must be signed in to change notification settings - Fork 962
Update docs now offers are not only EXPERIMENTAL_FEATURES #4331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs now offers are not only EXPERIMENTAL_FEATURES #4331
Conversation
niftynei
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 2c4de07
doc/lightningd-config.5.md
Outdated
|
|
||
| Experimental options are subject to breakage between releases: they | ||
| are made available for advanced users who want to test proposed | ||
| features. If lightningd is built with `--enable-experimental-features` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might not be totally obvious what "is built with" means from the outset; might be good to give people a clue via configured?
If lightningd is built configured with ...
f885019 to
1d86b43
Compare
1d86b43 to
17b4702
Compare
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
It doesn't make sense currently without EXPERIMENTAL_FEATURES, and check-manpages complains about it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
…hooks. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
17b4702 to
b350c52
Compare
|
Added missing |
|
ACK b350c52 |
Changelog-None