Skip to content

Commit

Permalink
Bump ethtx, format transfer.value (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchojn authored and piotr-rudnik committed Jul 6, 2022
1 parent aca3a8b commit 824745c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
ethtx = "==0.3.15"
ethtx = "==0.3.16"
web3 = "==5.26.0"
python-dotenv = "*"
flask = ">=2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion ethtx_ce/app/frontend/templates/transaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ <h3>Token transfers: </h3>
<td>{{- address_link(transfer.token_address, transfer.token_symbol) -}}</td>
{% endif %}
<td style="text-align: right">
{{- transfer.value -}}
{{- "{:,.4f}".format(transfer.value) -}}
</td>
<td>{{- address_link(transfer.to_address.address, transfer.to_address.name, transfer.to_address.badge) -}}</td>
</tr>
Expand Down

0 comments on commit 824745c

Please sign in to comment.