mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
docs: Type change for request amount too
For multifund and openchannel_init schemas, request_amt type is also `sat`.
This commit is contained in:
parent
0eb65e4bb5
commit
43f4e12cde
Binary file not shown.
@ -10086,7 +10086,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
@ -22296,7 +22296,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"Amount of liquidity you'd like to lease from peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"Amount of liquidity you'd like to lease from peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
@ -23583,7 +23583,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"Amount of liquidity you'd like to lease from peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"Amount of liquidity you'd like to lease from peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"request_amt": {
|
"request_amt": {
|
||||||
"type": "msat",
|
"type": "sat",
|
||||||
"description": [
|
"description": [
|
||||||
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
"An amount of liquidity you'd like to lease from the peer. If peer supports `option_will_fund`, indicates to them to include this much liquidity into the channel. Must also pass in *compact_lease*."
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user