Create a new format for LightningConnectionString

This commit is contained in:
nicolas.dorier
2018-07-01 15:45:08 +09:00
parent 399ae2cd9e
commit b7abc08c27
9 changed files with 327 additions and 68 deletions

View File

@@ -9,8 +9,8 @@ namespace BTCPayServer.Models.StoreViewModels
{
public class LightningNodeViewModel
{
[Display(Name = "Lightning charge url")]
public string Url
[Display(Name = "Connection string")]
public string ConnectionString
{
get;
set;