Do not expose the config secret in URL, and use {net.CryptoCode}.external.lnd.grpc argument

This commit is contained in:
nicolas.dorier
2018-07-23 11:53:39 +09:00
parent 624252e4ad
commit 11a26c940d
7 changed files with 107 additions and 79 deletions

View File

@@ -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>();
}