The destination pays mining fees => Subtract fees from amount

This commit is contained in:
nicolas.dorier 2019-05-24 14:28:09 +09:00
parent c4d0b061c9
commit 5a73358bca
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

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 = "The destination pays mining fees")]
[Display(Name = "Subtract fees from amount")]
public bool SubtractFeesFromOutput { get; set; }
}
public decimal CurrentBalance { get; set; }