From cf83ed9d2ca1b77748374ccf81c280f92dc652cb Mon Sep 17 00:00:00 2001 From: John Cantrell Date: Wed, 6 Jul 2022 14:27:06 -0400 Subject: [PATCH] make size and duration optional --- channel-request.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/channel-request.md b/channel-request.md index ff74ded..e6b18e9 100644 --- a/channel-request.md +++ b/channel-request.md @@ -16,12 +16,12 @@ Request an inbound channel with a specific size and duration. ##### Parameters -| Name | Located in | Description | Required | Default | Schema | -| ---- | ---------- | ----------- | -------- | ------- | ------ | -| remote_balance | body | Inbound liquidity amount in satoshis | Yes | | integer | -| local_balance | body | Outbound liqudity amount in satoshis | No | 0 | integer | -| channel_expiry | body | Channel expiration in weeks | Yes | | integer | -| node_connection_info | body | pubkey@host:port | Yes | | string | +| Name | Located in | Description | Required | Schema | +| ---- | ---------- | ----------- | -------- | ------ | +| node_connection_info | body | 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 | +| channel_expiry | body | Channel expiration in weeks | No | integer | ##### Response