Skip to content

Commit a6ae416

Browse files
committed
nit
1 parent 23e4b34 commit a6ae416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vms/platformvm/state/metadata_codec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
var metadataCodec codec.Manager
1919

2020
func init() {
21-
c := linearcodec.New([]string{v0tag}, linearcodec.DefaultMaxSliceLength)
21+
c := linearcodec.New([]string{v0tag}, math.MaxInt32)
2222
metadataCodec = codec.NewManager(math.MaxInt32)
2323

2424
err := metadataCodec.RegisterCodec(v0, c)

0 commit comments

Comments
 (0)