Skip to content

Commit

Permalink
fix json tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 11, 2024
1 parent d6609e9 commit c45f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stake/types/stake_migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit c45f648

Please sign in to comment.