Print more clear information about channel state in listchannels
authorMatt Corallo <git@bluematt.me>
Wed, 5 May 2021 18:43:38 +0000 (18:43 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 10 May 2021 19:18:40 +0000 (19:18 +0000)
commit4ee09b08468194b2351f65c4d47dfd97d80854f8
treeecb6a452bddf5a53153306d745f266d57d67deca
parent4901136cfe2e50e66b3e999c1fbcec5e618ba4b5
Print more clear information about channel state in listchannels

User feedback found `channel_can_send_payments` confusing on its
own, and now that we have an upstream `is_confirmed` field, print
that.

Further, it is useful to have an explicit txid field, even if if is
basically duplicative with channel_id.
src/cli.rs