last seen inactive chan

This commit is contained in:
boufni95 2025-06-24 15:05:57 +00:00
parent 9f9a66a513
commit 67896c81ec
17 changed files with 162 additions and 27 deletions

View file

@ -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;