last seen inactive chan
This commit is contained in:
parent
9f9a66a513
commit
67896c81ec
17 changed files with 162 additions and 27 deletions
|
|
@ -184,12 +184,13 @@ message OpenChannel {
|
|||
string channel_id = 1;
|
||||
int64 capacity = 2;
|
||||
bool active = 3;
|
||||
int64 lifetime =4 ;
|
||||
int64 lifetime =4;
|
||||
int64 local_balance=5;
|
||||
int64 remote_balance = 6;
|
||||
string label = 7;
|
||||
string channel_point = 8;
|
||||
optional ChannelPolicy policy = 9;
|
||||
int64 inactive_since_unix = 10;
|
||||
}
|
||||
message ClosedChannel {
|
||||
string channel_id = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue