Skip to content

Commit

Permalink
fix value (my bad) (#293)
Browse files Browse the repository at this point in the history
* fix value (my bad)

* trigger another ci flow

* erase space
  • Loading branch information
Bitcoinera authored Feb 3, 2020
1 parent f48f95b commit 984c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reducers/cosmosV0-reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function transactionReducer(transaction, reducers) {
memo: transaction.tx.value.memo,
fee,
signature: transaction.tx.value.signatures[0].signature,
value: transaction.tx.value.msg[0].value,
value: JSON.stringify(transaction.tx.value.msg[0].value),
raw: transaction,
withdrawValidators: JSON.stringify(
txMultiClaimRewardReducer(transaction.tx.value.msg)
Expand Down

0 comments on commit 984c495

Please sign in to comment.