Fixed missing loki -> oxen

This commit is contained in:
Jason Rhinelander 2021-01-07 19:05:57 -04:00
parent 007baea846
commit 2dcbe45cdf
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ This tx does not includes a vote from this testing service node (only 7 votes ar
{%if tx.extra.sn_registration.fee == 1000000%}N/A (solo registration)
{%else%}{{(tx.extra.sn_registration.fee / 10000) | chop0}}%
{%endif%}</p>
<p><label>Contribution Amount:</label> {{tx.stake_amount | loki}}</p>
<p><label>Contribution Amount:</label> {{tx.stake_amount | oxen}}</p>
<p><label>Expiration:</label> {{tx.extra.sn_registration.expiry | from_timestamp | format_datetime}} ({{tx.extra.sn_registration.expiry}}),
or {{(tx.extra.sn_registration.expiry|from_timestamp - server.datetime) | reltime}}</p>
@ -179,7 +179,7 @@ This tx does not includes a vote from this testing service node (only 7 votes ar
<div class="TitleDivider"></div>
<p><label>Service Node Public Key:</label> {{tx.extra.sn_pubkey}}</p>
<p><label>Contributor Address:</label> {{tx.extra.sn_contributor}}</p>
<p><label>Contribution Amount:</label> {{tx.stake_amount | loki}}</p>
<p><label>Contribution Amount:</label> {{tx.stake_amount | oxen}}</p>
{% endif %}
{% endif %}