mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user