Remove period concept from PullPayment (#5963)

This commit is contained in:
Nicolas Dorier
2024-05-01 17:59:10 +09:00
committed by GitHub
parent 9db9c5e936
commit b4cd74056e
18 changed files with 66 additions and 155 deletions

View File

@@ -20,7 +20,6 @@ namespace BTCPayServer.Models.WalletViewModels
public string CompletedFormatted { get; set; }
public string AwaitingFormatted { get; set; }
public string LimitFormatted { get; set; }
public string ResetIn { get; set; }
public string EndIn { get; set; }
public decimal Awaiting { get; set; }
public decimal Completed { get; set; }