From 4a1bc0f90c16c850ba5ae7b688a3d4d080d666e3 Mon Sep 17 00:00:00 2001 From: alan8325 Date: Mon, 10 Sep 2018 23:19:13 -0700 Subject: [PATCH] Add files via upload --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12b7b548a..2cbe86433 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ that `state` is `CHANNELD_NORMAL`; after 6 confirmations you can use * `FUNDING_SPEND_SEEN` means we've seen the funding transaction spent. * `ONCHAIN` means that the `lightning_onchaind` is tracking the onchain closing of the channel. +* `AWAITING_UNILATERAL` means that we're waiting for a unilateral close to hit the blockchain. All these states have more information about what's going on in the `status` field in `listpeers`.