[pizza] fix trackerStage clobbered by ETA change
This commit is contained in:
parent
428f9369e2
commit
530610add6
@ -596,6 +596,9 @@ export class TrackerComponent implements OnInit, OnDestroy {
|
|||||||
this.isAccelerated$,
|
this.isAccelerated$,
|
||||||
this.txChanged$,
|
this.txChanged$,
|
||||||
]).pipe(
|
]).pipe(
|
||||||
|
filter(([position, mempoolBlocks, da, isAccelerated]) => {
|
||||||
|
return this.tx && !this.tx?.status?.confirmed && position && this.tx.txid === position.txid;
|
||||||
|
}),
|
||||||
map(([position, mempoolBlocks, da, isAccelerated]) => {
|
map(([position, mempoolBlocks, da, isAccelerated]) => {
|
||||||
return this.etaService.calculateETA(
|
return this.etaService.calculateETA(
|
||||||
this.network,
|
this.network,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user