Push rebase keypath and min fee logic down nbxplorer

This commit is contained in:
nicolas.dorier
2019-05-10 19:30:10 +09:00
parent 840f52a75b
commit 79d26b5d95
11 changed files with 35 additions and 39 deletions

View File

@@ -39,5 +39,6 @@ namespace BTCPayServer.Models.StoreViewModels
public IFormFile ColdcardPublicFile{ get; set; }
public string Config { get; set; }
public string Source { get; set; }
public string AccountKey { get; set; }
}
}