Removing halving event code.

This commit is contained in:
softsimon
2020-05-12 14:49:29 +07:00
parent 0dc22b53ad
commit e565815dfd
9 changed files with 3 additions and 190 deletions

View File

@@ -110,7 +110,7 @@
</tr>
<tr *ngIf="tx.vout.length > tx['@voutLength']">
<td colspan="3" class="text-center">
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVout(tx)">Load more</button>
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVout(tx)">Load more ({{ tx.vout.length - tx['@voutLength'] }})</button>
</td>
</tr>
<tr>