Remove clock fee debugging adjustment

This commit is contained in:
Mononaut 2023-05-13 09:26:21 -06:00
parent cbd4ea1aa8
commit ea52d40a10
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -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>