mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-11 09:14:26 +01:00
fix cache expiration time
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user