mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Fix: Incorrect percentage accounting of raised money in crowdfunding (#6347)
This commit is contained in:
@@ -56,7 +56,6 @@ namespace BTCPayServer.Plugins.Crowdfund.Models
|
||||
public decimal? PendingProgressPercentage { get; set; }
|
||||
public DateTime LastUpdated { get; set; }
|
||||
public Dictionary<string, PaymentStat> PaymentStats { get; set; }
|
||||
public Dictionary<string, PaymentStat> PendingPaymentStats { get; set; }
|
||||
public DateTime? LastResetDate { get; set; }
|
||||
public DateTime? NextResetDate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user