mirror of
https://github.com/mempool/mempool.git
synced 2025-09-26 06:56:32 +02:00
remove mempool marker on tx confirmation
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user