Skip to content

Commit

Permalink
fixed staking action amount decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Sep 25, 2024
1 parent 61ea891 commit 3e89da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export class ManageStakingAction extends ActionBase<ManageStakingData> {
? data.dst_validator
: '',
amount: convertMicroDenomToDenomWithDecimals(
data.amount,
data.amount.amount,
nativeToken.decimals
),
withdrawAddress: '',
Expand Down

0 comments on commit 3e89da3

Please sign in to comment.