Incorporate code review feedback

This commit is contained in:
Dennis Reimann
2020-05-18 16:51:21 +02:00
parent 3b6dbe76c5
commit 78d191f7d8
2 changed files with 1 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ namespace BTCPayServer.Controllers.GreenField
.SelectMany(handler => handler.GetSupportedPaymentMethods().Select(id => id.ToString()))
.Distinct();
var syncStatus = _dashBoard.GetAll()
.Where(summary => summary.Network.ShowSyncSummary)
.Select(summary => new ServerInfoSyncStatusData
{
CryptoCode = summary.Network.CryptoCode,