fix RBF detection
This commit is contained in:
		
							parent
							
								
									107cdd22e5
								
							
						
					
					
						commit
						af0084075b
					
				@ -59,7 +59,7 @@ export class Common {
 | 
			
		||||
            && addedTx.feePerVsize > deletedTx.feePerVsize
 | 
			
		||||
            // Spends one or more of the same inputs
 | 
			
		||||
            && deletedTx.vin.some((deletedVin) =>
 | 
			
		||||
              addedTx.vin.some((vin) => vin.txid === deletedVin.txid));
 | 
			
		||||
              addedTx.vin.some((vin) => vin.txid === deletedVin.txid && vin.vout === deletedVin.vout));
 | 
			
		||||
            });
 | 
			
		||||
        if (foundMatches) {
 | 
			
		||||
          matches[deletedTx.txid] = foundMatches;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user