mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
Fix: No pager in the wallet transactions list
This commit is contained in:
@@ -328,7 +328,7 @@ namespace BTCPayServer.Controllers
|
||||
model.Transactions.Add(vm);
|
||||
}
|
||||
|
||||
model.Total = model.Transactions.Count;
|
||||
model.Total = preFiltering ? null : model.Transactions.Count;
|
||||
model.Transactions = model.Transactions.Skip(skip).Take(count)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user