lnrpc: undo GetInfo Chains list deprecation

This commit is contained in:
Elle Mouton
2024-03-12 20:03:35 +02:00
parent 5cb4811e86
commit 041a7859ff
4 changed files with 2248 additions and 2251 deletions

View File

@@ -1940,10 +1940,11 @@ message GetInfoResponse {
reserved 11;
/*
Deprecated. The only active chain is bitcoin.
A list of active chains the node is connected to
A list of active chains the node is connected to. This will only
ever contain a single entry since LND will only ever have a single
chain backend during its lifetime.
*/
repeated Chain chains = 16 [deprecated = true];
repeated Chain chains = 16;
// The URIs of the current node.
repeated string uris = 12;