mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
lnrpc: remove litecoin from lightning.proto
This commit is contained in:
parent
215e0f26fe
commit
2a7fffe441
3 changed files with 2148 additions and 2142 deletions
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue