mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
The destination pays mining fees => Subtract fees from amount
This commit is contained in:
parent
c4d0b061c9
commit
5a73358bca
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||||
[Display(Name = "Amount")] [Required] [Range(0.0, double.MaxValue)]public decimal? Amount { get; set; }
|
[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 bool SubtractFeesFromOutput { get; set; }
|
||||||
}
|
}
|
||||||
public decimal CurrentBalance { get; set; }
|
public decimal CurrentBalance { get; set; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue