mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
[pizza] fix trackerStage clobbered by ETA change
This commit is contained in:
parent
428f9369e2
commit
530610add6
1 changed files with 3 additions and 0 deletions
|
@ -596,6 +596,9 @@ export class TrackerComponent implements OnInit, OnDestroy {
|
|||
this.isAccelerated$,
|
||||
this.txChanged$,
|
||||
]).pipe(
|
||||
filter(([position, mempoolBlocks, da, isAccelerated]) => {
|
||||
return this.tx && !this.tx?.status?.confirmed && position && this.tx.txid === position.txid;
|
||||
}),
|
||||
map(([position, mempoolBlocks, da, isAccelerated]) => {
|
||||
return this.etaService.calculateETA(
|
||||
this.network,
|
||||
|
|
Loading…
Add table
Reference in a new issue