Merge remote-tracking branch 'btcpayserver/master' into feature/bitpayrates

This commit is contained in:
Andrew Camilleri
2018-05-21 16:49:43 +02:00
11 changed files with 96 additions and 20 deletions

View File

@@ -158,7 +158,7 @@ namespace BTCPayServer.Controllers
CryptoCode = r.Pair.Left,
Code = r.Pair.Right,
CurrencyPair = r.Pair.ToString(),
Name = _CurrencyNameTable.GetCurrencyData(r.Pair.Right)?.Name,
Name = _CurrencyNameTable.GetCurrencyData(r.Pair.Right, true).Name,
Value = r.Value.Value
}).Where(n => n.Name != null).ToArray());
}