mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-03-13 06:21:28 +00:00
Fix block by hash lookup in stats links
This commit is contained in:
parent
67678d61b4
commit
fa108870eb
@ -177,7 +177,7 @@
|
||||
<td><a href="https://moneroblocks.info/block/{{height}}" target="_blank">{{formatNumber height}}<a/></td>
|
||||
<td>{{formatDate timestamp year="numeric" month="numeric" day="numeric" hour="numeric" minute="numeric"}}</td>
|
||||
<td class="hash">
|
||||
<a href="https://moneroblocks.info/block/{{height}}" target="_blank">{{hash}}</a>
|
||||
<a href="https://moneroblocks.info/block/{{hash}}" target="_blank">{{hash}}</a>
|
||||
</td>
|
||||
<td>{{formatNumber variance style="percent" minimumFractionDigits=2 maximumFractionDigits=2}}</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user