rpcserver: expose ChanStatusFlags in pending close

This commit exposes the ChanStatusFlags inside waitingCloseResp such
that the channel close type is exposed.
This commit is contained in:
yyforyongyu
2021-11-13 12:18:29 +08:00
parent 099d5b8286
commit 53e02fa83d
4 changed files with 1677 additions and 1657 deletions

View File

@@ -2312,6 +2312,9 @@ message PendingChannelsResponse {
// Total number of forwarding packages created in this channel.
int64 num_forwarding_packages = 10;
// A set of flags showing the current state of the channel.
string chan_status_flags = 11;
}
message PendingOpenChannel {