remove mempool marker on tx confirmation

This commit is contained in:
Mononaut 2023-05-03 11:37:33 -06:00
parent b79377d5a1
commit 489470639a
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

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;