mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
doc: fix schema for askrene-update-channel.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
916a36a9e4
commit
fd860f69f8
2 changed files with 20 additions and 8 deletions
|
@ -1131,25 +1131,31 @@
|
|||
"The channel and direction to apply the change to."
|
||||
]
|
||||
},
|
||||
"htlc_min": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": [
|
||||
"Whether the channel is usable at all."
|
||||
]
|
||||
},
|
||||
"htlc_minimum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The minimum value allowed in this direction."
|
||||
]
|
||||
},
|
||||
"htlc_max": {
|
||||
"htlc_maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value allowed in this direction."
|
||||
]
|
||||
},
|
||||
"base_fee": {
|
||||
"fee_base_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The base fee to apply to use the channel in this direction."
|
||||
]
|
||||
},
|
||||
"proportional_fee": {
|
||||
"fee_proportional_millionths": {
|
||||
"type": "u32",
|
||||
"description": [
|
||||
"The proportional fee (in parts per million) to apply to use the channel in this direction."
|
||||
|
|
|
@ -27,25 +27,31 @@
|
|||
"The channel and direction to apply the change to."
|
||||
]
|
||||
},
|
||||
"htlc_min": {
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"description": [
|
||||
"Whether the channel is usable at all."
|
||||
]
|
||||
},
|
||||
"htlc_minimum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The minimum value allowed in this direction."
|
||||
]
|
||||
},
|
||||
"htlc_max": {
|
||||
"htlc_maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value allowed in this direction."
|
||||
]
|
||||
},
|
||||
"base_fee": {
|
||||
"fee_base_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The base fee to apply to use the channel in this direction."
|
||||
]
|
||||
},
|
||||
"proportional_fee": {
|
||||
"fee_proportional_millionths": {
|
||||
"type": "u32",
|
||||
"description": [
|
||||
"The proportional fee (in parts per million) to apply to use the channel in this direction."
|
||||
|
|
Loading…
Add table
Reference in a new issue