Fix accelerated fee update logic
This commit is contained in:
		
							parent
							
								
									18a7859cca
								
							
						
					
					
						commit
						5e8b5e75d8
					
				| @ -640,9 +640,7 @@ | ||||
|         <td> | ||||
|           <div class="effective-fee-container"> | ||||
|             @if (accelerationInfo?.acceleratedFeeRate && (!tx.effectiveFeePerVsize || accelerationInfo.acceleratedFeeRate >= tx.effectiveFeePerVsize || tx.acceleration)) { | ||||
|               @if (tx.effectiveFeePerVsize) { <!-- Avoid briefly displaying a wrong accelerated fee rate while loading --> | ||||
|               <app-fee-rate [fee]="accelerationInfo.acceleratedFeeRate"></app-fee-rate> | ||||
|               } | ||||
|             } @else { | ||||
|               <app-fee-rate [fee]="tx.effectiveFeePerVsize"></app-fee-rate> | ||||
|             } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user