Skip to content

Commit d7af7fa

Browse files
committed
Adjust go type again
1 parent 0cea8ea commit d7af7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/go-gen/tests/cosmwasm_std__RawRangeResponse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ type RawRangeResponse struct {
22
// The key-value pairs
33
Data Array[RawRangeEntry] `json:"data"`
44
// `None` if there are no more key-value pairs within the given key range.
5-
NextKey *[]byte `json:"next_key,omitempty"`
5+
NextKey []byte `json:"next_key"`
66
}
77
type RawRangeEntry struct {
88
K []byte `json:"k"`

0 commit comments

Comments
 (0)