From 588b2e271346d84d4d9afbadf3fbdab4aae19cd7 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Sun, 27 Oct 2024 16:17:17 +0700 Subject: [PATCH] Update types/types.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/types.go b/types/types.go index 637a52c..1b00810 100644 --- a/types/types.go +++ b/types/types.go @@ -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 {