don't cache tx data for rbf replacements
This commit is contained in:
		
							parent
							
								
									5a09e3099c
								
							
						
					
					
						commit
						43b2fe2f9a
					
				@ -362,7 +362,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
 | 
				
			|||||||
        this.waitingForTransaction = false;
 | 
					        this.waitingForTransaction = false;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      this.rbfTransaction = rbfTransaction;
 | 
					      this.rbfTransaction = rbfTransaction;
 | 
				
			||||||
      this.cacheService.setTxCache([this.rbfTransaction]);
 | 
					 | 
				
			||||||
      this.replaced = true;
 | 
					      this.replaced = true;
 | 
				
			||||||
      if (rbfTransaction && !this.tx) {
 | 
					      if (rbfTransaction && !this.tx) {
 | 
				
			||||||
        this.fetchCachedTx$.next(this.txId);
 | 
					        this.fetchCachedTx$.next(this.txId);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user