Replace noob button in wallet send by an advanced settings accordion

This commit is contained in:
nicolas.dorier
2019-05-08 12:34:33 +09:00
parent d049da696c
commit 2a145f4350
3 changed files with 23 additions and 27 deletions

View File

@@ -31,7 +31,6 @@ namespace BTCPayServer.Models.WalletViewModels
[Display(Name = "Make sure no change UTXO is created")]
public bool NoChange { get; set; }
public bool AdvancedMode { get; set; }
public decimal? Rate { get; set; }
public int Divisibility { get; set; }
public string Fiat { get; set; }