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

File diff suppressed because it is too large Load diff

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;

View file

@ -3420,7 +3420,7 @@
"properties": {
"chain": {
"type": "string",
"title": "The blockchain the node is on (eg bitcoin, litecoin)"
"title": "Deprecated. The chain is now always assumed to be bitcoin.\nThe blockchain the node is on (must be bitcoin)"
},
"network": {
"type": "string",