docs: Type change for request amount too

For multifund and openchannel_init schemas, request_amt type is also `sat`.
This commit is contained in:
ShahanaFarooqui 2024-05-24 12:24:35 -07:00 committed by Alex Myers
parent 0eb65e4bb5
commit 43f4e12cde
5 changed files with 6 additions and 6 deletions

BIN
cln-grpc/src/convert.rs generated

Binary file not shown.

View File

@ -10086,7 +10086,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]
@ -22296,7 +22296,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]
@ -23583,7 +23583,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]

View File

@ -65,7 +65,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]

View File

@ -61,7 +61,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]

View File

@ -58,7 +58,7 @@
]
},
"request_amt": {
"type": "msat",
"type": "sat",
"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*."
]