Fix Hardcoded blockchain
This commit is contained in:
parent
46f7183213
commit
494a3a2714
@ -13,7 +13,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="leftheader">Current Block</td>
|
<td class="leftheader">Current Block</td>
|
||||||
<td><a href="http://explorer.litecoin.net/search?q={$CURRENTBLOCK}" target="_new">{$CURRENTBLOCK}</a></td>
|
<td><a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCK}" target="_new">{$CURRENTBLOCK}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="leftheader">Current Difficulty</td>
|
<td class="leftheader">Current Difficulty</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user