Calculate tx fees based on segwit tx sizes.

This commit is contained in:
softsimon
2020-10-28 20:26:48 +07:00
parent 5feaff130f
commit fcb51fef20
4 changed files with 6 additions and 6 deletions

View File

@@ -169,7 +169,7 @@
</ng-template>
<ng-template #txPerSecond let-mempoolInfoData>
<h5 class="card-title">Tx vBytes per second</h5>
<h5 class="card-title">Incoming transactions</h5>
<ng-template [ngIf]="mempoolInfoData.value" [ngIfElse]="loading">
<span *ngIf="mempoolInfoData.value.vBytesPerSecond === 0; else inSync">
&nbsp;<span class="badge badge-pill badge-warning">Backend is synchronizing</span>