mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Merge pull request #5380 from mempool/simon/1w-1m
fixes crash with missing pool partner
This commit is contained in:
commit
d02a2ccf65
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
}
|
||||
if (this.isAcceleration) {
|
||||
// this immediately returns cached stats if we fetched them recently
|
||||
this.miningService.getMiningStats('1w').subscribe(stats => {
|
||||
this.miningService.getMiningStats('1m').subscribe(stats => {
|
||||
this.miningStats = stats;
|
||||
this.isAccelerated$.next(this.isAcceleration); // hack to trigger recalculation of ETA without adding another source observable
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue