Do not show on screen seed passphrase in sign with seed

This commit is contained in:
nicolas.dorier
2019-12-23 22:32:33 +09:00
parent a73d2db02a
commit 656ff7029e

View File

@@ -13,6 +13,7 @@ namespace BTCPayServer.Models.WalletViewModels
public string SeedOrKey { get; set; }
[Display(Name = "Optional seed passphrase")]
[DataType(DataType.Password)]
public string Passphrase { get; set; }
public ExtKey GetExtKey(Network network)