mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 21:27:05 +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$
|
this.markBlocksSubscription = this.stateService.markBlock$
|
||||||
.subscribe((state) => {
|
.subscribe((state) => {
|
||||||
this.markIndex = undefined;
|
this.markIndex = undefined;
|
||||||
|
this.txPosition = undefined;
|
||||||
this.txFeePerVSize = undefined;
|
this.txFeePerVSize = undefined;
|
||||||
if (state.mempoolBlockIndex !== undefined) {
|
if (state.mempoolBlockIndex !== undefined) {
|
||||||
this.markIndex = state.mempoolBlockIndex;
|
this.markIndex = state.mempoolBlockIndex;
|
||||||
|
Reference in New Issue
Block a user