mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
@@ -17,8 +17,10 @@ namespace BTCPayServer.Models.WalletViewModels
|
|||||||
[Required]
|
[Required]
|
||||||
public string DestinationAddress { get; set; }
|
public string DestinationAddress { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Amount")] [Required] [Range(0.0, double.MaxValue)]public decimal? Amount { get; set; }
|
[Display(Name = "Amount")]
|
||||||
|
[Required]
|
||||||
|
[Range(1E-08, 21E6)]
|
||||||
|
public decimal? Amount { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Subtract fees from amount")]
|
[Display(Name = "Subtract fees from amount")]
|
||||||
public bool SubtractFeesFromOutput { get; set; }
|
public bool SubtractFeesFromOutput { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user