diff --git a/x/stake/types/stake_migration.go b/x/stake/types/stake_migration.go index 46f7174f1..7f4df1b96 100644 --- a/x/stake/types/stake_migration.go +++ b/x/stake/types/stake_migration.go @@ -28,7 +28,7 @@ type StakeMigrationSynPackage struct { type MsgSideChainStakeMigration struct { ValidatorSrcAddr sdk.ValAddress `json:"validator_src_addr"` - ValidatorDstAddr sdk.SmartChainAddress `json:"ValidatorDstAddr"` + ValidatorDstAddr sdk.SmartChainAddress `json:"validator_dst_addr"` DelegatorAddr sdk.SmartChainAddress `json:"delegator_addr"` RefundAddr sdk.AccAddress `json:"refund_addr"` Amount sdk.Coin `json:"amount"`