Skip to content

Commit

Permalink
Fix CodeInfoResponse comment
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
  • Loading branch information
chipshort and webmaster128 committed Nov 20, 2023
1 parent 389c3e9 commit ef707fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go-gen/tests/cosmwasm_std__CodeInfoResponse.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type CodeInfoResponse struct {
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)
CodeID uint64 `json:"code_id"`
Creator string `json:"creator"`
}

0 comments on commit ef707fd

Please sign in to comment.