remove mempool marker on tx confirmation

This commit is contained in:
Mononaut
2023-05-03 11:37:33 -06:00
parent b79377d5a1
commit 489470639a

View File

@@ -153,6 +153,7 @@ export class MempoolBlocksComponent implements OnInit, OnDestroy {
this.markBlocksSubscription = this.stateService.markBlock$
.subscribe((state) => {
this.markIndex = undefined;
this.txPosition = undefined;
this.txFeePerVSize = undefined;
if (state.mempoolBlockIndex !== undefined) {
this.markIndex = state.mempoolBlockIndex;