mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Do not expose the config secret in URL, and use {net.CryptoCode}.external.lnd.grpc argument
This commit is contained in:
@@ -11,6 +11,7 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
{
|
||||
public string Crypto { get; set; }
|
||||
public string Type { get; set; }
|
||||
public int Index { get; set; }
|
||||
}
|
||||
public List<LNDServiceViewModel> LNDServices { get; set; } = new List<LNDServiceViewModel>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user