lnrpc: remove litecoin from lightning.proto

This commit is contained in:
Elle Mouton 2023-08-03 18:00:28 +02:00 committed by yyforyongyu
parent 6d681a28a6
commit bae5427293
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868
3 changed files with 2153 additions and 2148 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",