mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Make WalletSend match exactly the design of before without additional destination
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user