Adding countdown timer

refs #50
This commit is contained in:
softsimon 2020-04-10 01:14:18 +07:00
parent fc7a5c2e28
commit 7c58195d10
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -1,5 +1,5 @@
<div class="text-center pb-1" *ngIf="network === '' && latestBlockHeight && latestBlockHeight < 630000">
<div class="text-center pb-1" *ngIf="network === 'mempool' && latestBlockHeight && latestBlockHeight < 630000">
<h3>Quantitative Hardening in {{ 630000 - latestBlockHeight }} blocks (~<app-timespan [time]="(630000 - latestBlockHeight) * 10 * 60"></app-timespan>)</h3>
</div>