mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
lnrpc: remove litecoin from lightning.proto
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
215e0f26fe
commit
2a7fffe441
@@ -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;
|
||||
|
Reference in New Issue
Block a user