Remove confirm option for seed from wallet settings

Closes #1813.
This commit is contained in:
Dennis Reimann
2020-08-05 11:20:34 +02:00
parent ede5aceeeb
commit 2d608621d9
5 changed files with 25 additions and 9 deletions

View File

@@ -10,8 +10,9 @@ namespace BTCPayServer.Models.StoreViewModels
public string CryptoCode { get; set; }
public string Mnemonic { get; set; }
public string Passphrase { get; set; }
public bool IsStored { get; set; }
public string ReturnUrl { get; set; }
public bool IsStored { get; set; }
public bool RequireConfirm { get; set; } = true;
public string[] Words
{