fix cache expiration time

This commit is contained in:
Kukks
2019-01-02 09:45:04 +01:00
parent 8a646d85c6
commit 2aa097be46
2 changed files with 30 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ namespace BTCPayServer.Models.AppViewModels
public int? DaysLeftToStart{ get; set; }
public decimal CurrentPendingAmount { get; set; }
public decimal? PendingProgressPercentage { get; set; }
public DateTime LastUpdated { get; set; }
}
}