Fix tx fee to display historical price
This commit is contained in:
		
							parent
							
								
									0fcfc5e78d
								
							
						
					
					
						commit
						7bc6ef2516
					
				| @ -533,7 +533,7 @@ | ||||
|       <tr *ngIf="isMobile && (network === 'liquid' || network === 'liquidtestnet' || !featuresEnabled || network === '')"></tr> | ||||
|       <tr> | ||||
|         <td class="td-width" i18n="transaction.fee|Transaction fee">Fee</td> | ||||
|         <td>{{ tx.fee | number }} <span class="symbol" i18n="shared.sat|sat">sat</span> <span class="fiat"><app-fiat [blockConversion]="blockConversion" [value]="tx.fee"></app-fiat></span></td> | ||||
|         <td>{{ tx.fee | number }} <span class="symbol" i18n="shared.sat|sat">sat</span> <span class="fiat"><app-fiat [blockConversion]="tx.price" [value]="tx.fee"></app-fiat></span></td> | ||||
|       </tr> | ||||
|       <tr> | ||||
|         <td i18n="transaction.fee-rate|Transaction fee rate">Fee rate</td> | ||||
|  | ||||
| @ -109,7 +109,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy { | ||||
|   hideFlow: boolean = this.stateService.hideFlow.value; | ||||
|   overrideFlowPreference: boolean = null; | ||||
|   flowEnabled: boolean; | ||||
|   blockConversion: Price; | ||||
|   tooltipPosition: { x: number, y: number }; | ||||
|   isMobile: boolean; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user