mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Allow entry in wallet send via fiat (#1891)
* Allow entry in wallet send via fiat closes #1890 https://i.imgur.com/RUrSqD7.gif * fix min amount in wallet send * Add divisibility when setting amount from fiat
This commit is contained in:
@@ -47,7 +47,8 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
[Display(Name = "Don't create UTXO change")]
|
||||
public bool NoChange { get; set; }
|
||||
public decimal? Rate { get; set; }
|
||||
public int Divisibility { get; set; }
|
||||
public int FiatDivisibility { get; set; }
|
||||
public int CryptoDivisibility { get; set; }
|
||||
public string Fiat { get; set; }
|
||||
public string RateError { get; set; }
|
||||
public bool SupportRBF { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user