Rebranding

Better late than never.  :)
This commit is contained in:
Jason Rhinelander 2022-12-21 16:59:34 -04:00
parent ff45f6a54d
commit 3b68f65c23
1 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ This tx does not includes a vote from this testing service node (only 7 votes ar
{%if tx.vout%}
<h2>Outputs</h2>
<h4 class="Subtitle">{{tx.vout|length}} output(s) for total of
{{tx.vout | sum(attribute='amount') | oxen(zero='<span title="Regular LOKI tx amounts are private">???</span>') | safe}}</h4>
{{tx.vout | sum(attribute='amount') | oxen(zero='<span title="Regular OXEN tx amounts are private">???</span>') | safe}}</h4>
<div class="TitleDivider"></div>
<div class="tx-outputs">
<table class="Table">
@ -554,7 +554,7 @@ This tx does not includes a vote from this testing service node (only 7 votes ar
<h2>Inputs</h2>
<h4 class="Subtitle">{{tx.vin|length}} input(s) for total of
{{tx.vin | sum(attribute='key.amount') | oxen(zero='<span title="Regular LOKI tx amounts are private">???</span>') | safe}}</h4>
{{tx.vin | sum(attribute='key.amount') | oxen(zero='<span title="Regular OXEN tx amounts are private">???</span>') | safe}}</h4>
<div class="TitleDivider"></div>
{#FIXME#}