Add an amount class vins and vouts to improve testing
This commit is contained in:
		
							parent
							
								
									6637477ac9
								
							
						
					
					
						commit
						c885187971
					
				@ -71,7 +71,7 @@
 | 
			
		||||
                    </ng-container>
 | 
			
		||||
                  </div>
 | 
			
		||||
                </td>
 | 
			
		||||
                <td class="text-right nowrap">
 | 
			
		||||
                <td class="text-right nowrap amount">
 | 
			
		||||
                  <ng-template [ngIf]="vin.prevout && vin.prevout.asset && vin.prevout.asset !== nativeAssetId" [ngIfElse]="defaultOutput">
 | 
			
		||||
                    <div *ngIf="assetsMinimal && assetsMinimal[vin.prevout.asset]">
 | 
			
		||||
                      <ng-container *ngTemplateOutlet="assetBox; context:{ $implicit: vin.prevout }"></ng-container>
 | 
			
		||||
@ -170,7 +170,7 @@
 | 
			
		||||
                    </ng-template>
 | 
			
		||||
                  </ng-template>
 | 
			
		||||
                </td>
 | 
			
		||||
                <td class="text-right nowrap">
 | 
			
		||||
                <td class="text-right nowrap amount">
 | 
			
		||||
                  <ng-template [ngIf]="vout.asset && vout.asset !== nativeAssetId" [ngIfElse]="defaultOutput">
 | 
			
		||||
                    <div *ngIf="assetsMinimal && assetsMinimal[vout.asset]">
 | 
			
		||||
                      <ng-container *ngTemplateOutlet="assetBox; context:{ $implicit: vout }"></ng-container>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user