Show restricted macaroon for LND

This commit is contained in:
nicolas.dorier
2018-12-10 15:55:33 +09:00
parent b5c9a03052
commit 058472d325
5 changed files with 30 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ namespace BTCPayServer.Models.ServerViewModels
public string Host { get; set; }
public bool SSL { get; set; }
public string Macaroon { get; set; }
public string RestrictedMacaroon { get; set; }
public string CertificateThumbprint { get; set; }
public string QRCode { get; set; }
public string QRCodeLink { get; set; }