Remove clock fee debugging adjustment
This commit is contained in:
		
							parent
							
								
									d27b492635
								
							
						
					
					
						commit
						2bf70a3a5d
					
				@ -40,7 +40,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="stats top right">
 | 
			
		||||
      <p class="label" i18n="clock.priority-rate|priority fee rate">priority rate</p>
 | 
			
		||||
      <p *ngIf="recommendedFees$ | async as recommendedFees;" i18n="shared.sat-vbyte|sat/vB">{{ recommendedFees.fastestFee + 300 }} sat/vB</p>
 | 
			
		||||
      <p *ngIf="recommendedFees$ | async as recommendedFees;" i18n="shared.sat-vbyte|sat/vB">{{ recommendedFees.fastestFee }} sat/vB</p>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div *ngIf="mode !== 'mempool' && block" class="stats bottom left">
 | 
			
		||||
      <p [innerHTML]="block.size | bytes: 2"></p>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user