Skip to content

Commit

Permalink
doc/schemas: adds htlc min/max and ip discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
m-schmoock committed Mar 30, 2022
1 parent 5f6fa6a commit 5fce184
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/schemas/listconfigs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@
"type": "u32",
"description": "`max-concurrent-htlcs` field from config or cmdline, or default"
},
"htlc-minimum-msat": {
"type": "msat",
"description": "`htlc-minimum-msat` field from config or cmdline, or default"
},
"htlc-maximum-msat": {
"type": "msat",
"description": "`htlc-maximum-msat` field from config or cmdline, or default"
},
"max-dust-htlc-exposure-msat": {
"type": "msat",
"description": "`max-dust-htlc-exposure-mast` field from config or cmdline, or default"
Expand Down Expand Up @@ -223,6 +231,10 @@
"type": "boolean",
"description": "`true` if `disable-dns` was set in config or cmdline"
},
"announce-discovered-ip": {
"type": "boolean",
"description": "`false` if `--disable-ip-discovery` was set on cmdline"
},
"encrypted-hsm": {
"type": "boolean",
"description": "`true` if `encrypted-hsm` was set in config or cmdline"
Expand Down

0 comments on commit 5fce184

Please sign in to comment.