Make the address verification step mandatory

This commit is contained in:
nicolas.dorier
2018-02-07 21:59:16 +09:00
parent db46ca87d7
commit f220abb716
3 changed files with 74 additions and 58 deletions

View File

@@ -48,6 +48,8 @@ namespace BTCPayServer.Models.StoreViewModels
set;
}
public bool Confirmation { get; set; }
public SelectList CryptoCurrencies { get; set; }
public SelectList DerivationSchemeFormats { get; set; }