Skip to content

Commit fac1e25

Browse files
Fix CodeInfoResponse comment
Co-authored-by: Simon Warta <[email protected]>
1 parent 64b6039 commit fac1e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type CodeInfoResponse struct {
2-
Checksum Checksum `json:"checksum"` // in wasmvm, this is `omitempty`
2+
Checksum Checksum `json:"checksum"` // before wasmvm 2.0.0, this was `omitempty` (https://github.com/CosmWasm/wasmvm/issues/471)
33
CodeID uint64 `json:"code_id"`
44
Creator string `json:"creator"`
55
}

0 commit comments

Comments
 (0)