Show rate error to the model in WalletSend

This commit is contained in:
nicolas.dorier
2018-07-27 00:32:09 +09:00
parent 52f60b0457
commit 86644d38d7
3 changed files with 7 additions and 2 deletions

View File

@@ -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; }
}
}