lnrpc: remove litecoin from lightning.proto

This commit is contained in:
Elle Mouton
2023-08-03 18:00:28 +02:00
committed by Olaoluwa Osuntokun
parent 215e0f26fe
commit 2a7fffe441
3 changed files with 2148 additions and 2142 deletions

View File

@@ -1966,8 +1966,9 @@ message GetRecoveryInfoResponse {
}
message Chain {
// The blockchain the node is on (eg bitcoin, litecoin)
string chain = 1;
// Deprecated. The chain is now always assumed to be bitcoin.
// The blockchain the node is on (must be bitcoin)
string chain = 1 [deprecated = true];
// The network the node is on (eg regtest, testnet, mainnet)
string network = 2;