From e9f878752eb12a6623b2665c33e41ed36864fe0f Mon Sep 17 00:00:00 2001 From: Severin Buhler Date: Wed, 18 Jan 2023 14:58:22 +0200 Subject: [PATCH] added under_funded --- channel-request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/channel-request.md b/channel-request.md index 07f654c..812d6ac 100644 --- a/channel-request.md +++ b/channel-request.md @@ -88,6 +88,7 @@ Get information about a channel order | State | Description | |---------------- |--------------------------------------------------------------------------------------- | | CREATED | The order has been created but the user hasn't paid yet. | +| UNDER_FUNDED | Funding received but under paid. | | PENDING | Order is paid but the channel has not been opened yet. | | OPENING | The opening transaction has been broadcasted. 0conf might skip directly to OPENED. | | OPENED | Channel is open and has the necessary block confirmations. |