mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
doc: refer to correct option name in STYLE.md.
It's --allow-deprecated-apis=false. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
601fc805d7
commit
0cbc6447b7
@ -202,7 +202,7 @@ You can always add a new output JSON field (Changelog-Added), but you
|
||||
cannot remove one without going through a 6-month deprecation cycle
|
||||
(Changelog-Deprecated)
|
||||
|
||||
So, only output it if `deprecated-apis` is true, so users can test
|
||||
So, only output it if `allow-deprecated-apis` is true, so users can test
|
||||
their code is futureproof. In 6 months remove it (Changelog-Removed).
|
||||
|
||||
Changing existing input parameters is harder, and should generally be
|
||||
|
Loading…
Reference in New Issue
Block a user