Add peer_scid_alias field to lnrpc.Channel

This commit is contained in:
djkazic
2023-01-26 20:15:14 -05:00
parent 5477428525
commit 41016587eb
5 changed files with 2375 additions and 2347 deletions

View File

@@ -1542,6 +1542,9 @@ message Channel {
// The configured alias name of our peer.
string peer_alias = 34;
// This is the peer SCID alias.
uint64 peer_scid_alias = 35 [jstype = JS_STRING];
}
message ListChannelsRequest {