[pizza] fix trackerStage clobbered by ETA change

This commit is contained in:
Mononaut 2024-07-14 04:39:46 +00:00
parent 428f9369e2
commit 530610add6
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -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,