remove mempool marker on tx confirmation
This commit is contained in:
		
							parent
							
								
									4f1c6021f3
								
							
						
					
					
						commit
						e9f62d9218
					
				@ -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;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user