Skip to content

Commit

Permalink
fix terra for new tmbalance (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Feb 24, 2020
1 parent c37154a commit 157cd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reducers/terraV3-reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function undelegationEndTimeReducer(transaction) {
function balanceReducer(coin, fiatValue, gasPrices) {
return {
...coin,
fiatValue,
fiatValue: fiatValue || 0,
gasPrice: gasPriceReducer(
gasPrices.find(gasprice => denomLookup(gasprice.denom) === coin.denom)
).price
Expand Down

0 comments on commit 157cd42

Please sign in to comment.