Skip to content

Commit

Permalink
fixing unbonding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
avkr003 committed Sep 2, 2021
1 parent 0938cbc commit eba7893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/handler/ethUnbond.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ConsumerLoop:
ValidatorAddress: delegation.Delegation.ValidatorAddress,
Amount: sdk.Coin{
Denom: configuration.GetAppConfig().Tendermint.PStakeDenom,
Amount: sum,
Amount: unbondingShare,
},
}
unbondMsgs = append(unbondMsgs, unbondMsg)
Expand Down

0 comments on commit eba7893

Please sign in to comment.