Address value did not calculate self transfers
This commit is contained in:
		
							parent
							
								
									a292745ea7
								
							
						
					
					
						commit
						7854b6fcb3
					
				@ -111,7 +111,7 @@ export class TransactionsListComponent implements OnInit, OnChanges {
 | 
			
		||||
          .map((v: Vin) => v.prevout.value || 0)
 | 
			
		||||
          .reduce((a: number, b: number) => a + b, 0);
 | 
			
		||||
 | 
			
		||||
        tx['addressValue'] = addressIn || -addressOut;
 | 
			
		||||
        tx['addressValue'] = addressIn - addressOut;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      observableObject[i] = this.electrsApiService.getOutspends$(tx.txid);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user