Add Node Info Page

This commit is contained in:
Kukks
2019-01-07 09:52:27 +01:00
parent 5fd77d9fcc
commit 12c418d84d
9 changed files with 260 additions and 5 deletions

View File

@@ -25,5 +25,7 @@ namespace BTCPayServer.Models.StoreViewModels
public string InternalLightningNode { get; internal set; }
public bool SkipPortTest { get; set; }
public bool Enabled { get; set; } = true;
public string StoreId { get; set; }
}
}