Skip to content

Commit

Permalink
Update types/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
faddat and coderabbitai[bot] authored Oct 27, 2024
1 parent a9b16ba commit 588b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type Config struct {
Gas GasConfig `toml:"gas"`
Nodes NodesConfig `toml:"nodes"`
BroadcastMode string `toml:"broadcast_mode"`
Positions int `toml:"positions"`
Positions uint `toml:"positions"`
}

type MsgParams struct {
Expand Down

0 comments on commit 588b2e2

Please sign in to comment.