mirror of
https://github.com/aljazceru/lsp.git
synced 2025-12-17 14:14:21 +01:00
Add optional on_chain_fee_rate to ChannelOrderRequest
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
"type": "integer",
|
||||
"description": "Outbound liquidity amount in satoshis"
|
||||
},
|
||||
"on_chain_fee_rate": {
|
||||
"type": "number",
|
||||
"description": "On-chain fee rate of the channel opening transaction in satoshis per vbyte"
|
||||
},
|
||||
"channel_expiry": {
|
||||
"type": "integer",
|
||||
"description": "Channel expiration in weeks. "
|
||||
|
||||
@@ -68,6 +68,9 @@ definitions:
|
||||
local_balance:
|
||||
type: integer
|
||||
description: "Outbound liquidity amount in satoshis"
|
||||
on_chain_fee_rate:
|
||||
type: number
|
||||
description: "On-chain fee rate of the channel opening transaction in satoshis per vbyte"
|
||||
channel_expiry:
|
||||
type: integer
|
||||
description: "Channel expiration in weeks. "
|
||||
|
||||
@@ -21,6 +21,7 @@ Request an inbound channel with a specific size and duration.
|
||||
| node_connection_info | body | pubkey or pubkey@host:port | Yes | string |
|
||||
| remote_balance | body | Inbound liquidity amount in satoshis | No | integer |
|
||||
| local_balance | body | Outbound liqudity amount in satoshis | No | integer |
|
||||
| on_chain_fee_rate | body | On-chain fee rate of the channel opening transaction in satoshis per vbyte | No | number |
|
||||
| channel_expiry | body | Channel expiration in weeks | No | integer |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user