We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b6039 commit fac1e25Copy full SHA for fac1e25
packages/go-gen/tests/cosmwasm_std__CodeInfoResponse.go
@@ -1,5 +1,5 @@
1
type CodeInfoResponse struct {
2
- Checksum Checksum `json:"checksum"` // in wasmvm, this is `omitempty`
+ Checksum Checksum `json:"checksum"` // before wasmvm 2.0.0, this was `omitempty` (https://github.com/CosmWasm/wasmvm/issues/471)
3
CodeID uint64 `json:"code_id"`
4
Creator string `json:"creator"`
5
}
0 commit comments