Use proper divisibility for payments in crowdfund and do not show tooltip if identical data

fixes #1037 and fixes #1003
This commit is contained in:
Kukks
2020-02-28 12:51:15 +01:00
parent 18aaa1a0c4
commit c607696230
4 changed files with 23 additions and 17 deletions

View File

@@ -75,6 +75,7 @@ namespace BTCPayServer.Models.AppViewModels
public bool DisplayPerksRanking { get; set; }
public bool Enabled { get; set; }
public string ResetEvery { get; set; }
public Dictionary<string, CurrencyData> CurrencyDataPayments { get; set; }
}
public class ContributeToCrowdfund