fix choice key and currency data

This commit is contained in:
Kukks
2019-01-08 15:49:07 +01:00
parent 89071e40fc
commit 94fb738c67
4 changed files with 14 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
using BTCPayServer.Services.Rates;
namespace BTCPayServer.Models.AppViewModels
{
@@ -33,6 +34,8 @@ namespace BTCPayServer.Models.AppViewModels
public string ResetEvery { get; set; }
public Dictionary<string, int> PerkCount { get; set; }
public CurrencyData CurrencyData { get; set; }
public class CrowdfundInfo
{