Skip to content

Commit

Permalink
fix: add amount for MsgWithdrawDelegatorReward
Browse files Browse the repository at this point in the history
  • Loading branch information
vien.nguyen2-tiki committed Feb 8, 2023
1 parent 2a467ef commit b459115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/transactions/cosmosMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const _mapMsgWithdrawDelegatorReward = (msg: TransactionMessage): CosmosTxMessag
type: msg.type,
delegatorAddress: content.delegatorAddress,
// recipientAddress: content.recipientAddress,
amount: formatEther(getAstraTokenAmount(content.amount)),
validatorAddress: content.validatorAddress
}
}
Expand Down

0 comments on commit b459115

Please sign in to comment.