Skip to content

Commit

Permalink
fix emoney balances denoms (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Mar 11, 2020
1 parent cd06c1c commit 5bec0f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/reducers/terraV3-reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ function undelegationEndTimeReducer(transaction) {

function balanceReducer(coin, fiatValue, gasPrices) {
return {
amount: coin.amount,
denom: denomLookup(coin.denom),
...coin,
fiatValue: fiatValue
? {
amount: fiatValue.amount || 0,
Expand Down

0 comments on commit 5bec0f2

Please sign in to comment.