make no js version a littler better

This commit is contained in:
Kukks
2020-03-19 10:08:33 +01:00
parent 8f18be727b
commit 517c65f1fc
3 changed files with 12 additions and 7 deletions

View File

@@ -51,6 +51,8 @@ namespace BTCPayServer.Models.WalletViewModels
public bool NBXSeedAvailable { get; set; }
public bool InputSelection { get; set; }
public InputSelectionOption[] InputsAvailable { get; set; }
[Display(Name = "UTXOs to spend from")]
public IEnumerable<string> SelectedInputs { get; set; }
public class InputSelectionOption