Skip to content

Commit

Permalink
fix: snake case JSON bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit committed Feb 25, 2025
1 parent 3cafff0 commit c12482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/skyway/bindings/types/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Message struct {
CancelTx *CancelTx `json:"cancel_tx,omitempty"`
// Creates or updates the ERC20 tracking address mapping
// for the given denom. Must have admin authority to do so.
SetErc20ToDenom *SetErc20ToDenom `json:"set_erc_20_to_denom,omitempty"`
SetErc20ToDenom *SetErc20ToDenom `json:"set_erc20_to_denom,omitempty"`
}

type (
Expand Down

0 comments on commit c12482f

Please sign in to comment.