forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: add a tool to formatting schema, and fixed (hack) the Makefile…
… code checking. This include the following commits: - review 1/2: move from tab to space, and remove the exp. prop from doc; - review 2/2: remove experimental features; Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information
1 parent
38df2a3
commit b933b2f
Showing
4 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"flags": [ | ||
"experimental-accept-extra-tlv-types", | ||
"channel-fee-max-base-msat", | ||
"channel-fee-max-proportional-thousandths", | ||
"funder-fund-probability", | ||
"funder-fuzz-percent", | ||
"funder-lease-requests-only", | ||
"funder-max-their-funding", | ||
"funder-min-their-funding", | ||
"funder-per-channel-max", | ||
"funder-per-channel-min", | ||
"funder-policy", | ||
"funder-policy-mod", | ||
"funder-reserve-tank", | ||
"lease-fee-base-msat", | ||
"lease-fee-basis", | ||
"lease-funding-weight", | ||
"fetchinvoice-noconnect" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters