mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Show rate error to the model in WalletSend
This commit is contained in:
@@ -18,5 +18,6 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
public decimal? Rate { get; set; }
|
||||
public int Divisibility { get; set; }
|
||||
public string Fiat { get; set; }
|
||||
public string RateError { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user