Handle paginated acceleration results

This commit is contained in:
Mononaut
2024-08-28 14:38:12 +00:00
parent 3bea10ea35
commit b526ee0877
5 changed files with 28 additions and 5 deletions

View File

@@ -286,7 +286,7 @@ export class TrackerComponent implements OnInit, OnDestroy {
this.accelerationInfo = null;
}),
switchMap((blockHash: string) => {
return this.servicesApiService.getAccelerationHistory$({ blockHash });
return this.servicesApiService.getAllAccelerationHistory$({ blockHash }, null, this.txId);
}),
catchError(() => {
return of(null);