Fix copy/paste error: stats -> blocks (#148)

The link for api/blocks should read as "blocks" rather than "stats".
This commit is contained in:
Michael Ira Krufky 2019-07-29 00:31:43 -04:00 committed by Beshoy Girgis
parent c84f2472d8
commit 0ce7fc4667
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<ul>
<li><a href="/api/stats">/stats</a> global pool stats</li>
<li><a href="/api/blocks">/stats</a> global block stats</li>
<li><a href="/api/blocks">/blocks</a> global block stats</li>
<li><a href="/api/pool_stats">/pool_stats</a> - historical stats</li>
<li><a href="/api/payments">/payments</a> - payment history</li>
<li><a href="/api/worker_stats?taddr">/worker_stats?taddr</a> - historical time per pool json </li>