diff --git a/channel-request.md b/channel-request.md index 8f0ea77..af9a4ab 100644 --- a/channel-request.md +++ b/channel-request.md @@ -87,9 +87,9 @@ Get information about a channel order | State | Description | |---------------- |--------------------------------------------------------------------------------------- | -| CREATED | The order has been created but the user hasn't paid yet. | +| CREATED | The order has been created but the user hasn't paid yet. | | PENDING | Order is paid but the channel has not been opened yet. | -| OPEN_INITIATED | Channel broadcast transaction is in the mempool. 0conf might skip directly to OPENED. | +| OPEN_INITIATED | The opening transaction has been broadcasted. 0conf might skip directly to OPENED. | | OPENED | Channel is open and has the necessary block confirmations. | | CLOSE_INITIADED | The closing transaction has been broadcasted. | | CLOSED | Channel is closed and has the necessary block confirmations. |