mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
askrene: inform-channel fixes argument order
The documentation and the implementation of inform-channel have different orders for the arguments minimum_msat and maximum_msat. We change the order in the documentation to match that of the implementation: minimum_msat comes before maximum_msat. Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
This commit is contained in:
parent
3f32f9ea10
commit
4ac85b2cd1
@ -446,17 +446,17 @@
|
||||
"The direction to apply this change to."
|
||||
]
|
||||
},
|
||||
"maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
},
|
||||
"minimum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The minumum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
},
|
||||
"maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -34,17 +34,17 @@
|
||||
"The direction to apply this change to."
|
||||
]
|
||||
},
|
||||
"maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
},
|
||||
"minimum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The minumum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
},
|
||||
"maximum_msat": {
|
||||
"type": "msat",
|
||||
"description": [
|
||||
"The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user