Make WalletSend match exactly the design of before without additional destination

This commit is contained in:
nicolas.dorier
2019-05-21 18:44:49 +09:00
parent 88c931ec13
commit 06a35787aa
4 changed files with 84 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ namespace BTCPayServer.Models.WalletViewModels
[Display(Name = "Amount")] [Required] [Range(0.0, double.MaxValue)]public decimal? Amount { get; set; }
[Display(Name = "Subtract fees from this output amount")]
[Display(Name = "The destination pays mining fees")]
public bool SubtractFeesFromOutput { get; set; }
}
public decimal CurrentBalance { get; set; }