Skip to content

Commit

Permalink
Merge pull request #842 from CosmWasm/810_comment
Browse files Browse the repository at this point in the history
Minor godoc update
  • Loading branch information
alpe authored May 6, 2022
2 parents 31697cb + f127386 commit 0e0910e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/proto/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ MigrateContractProposal gov proposal content type to migrate a contract.

Note: skipping 3 as this was previously used for unneeded run_as |
| `contract` | [string](#string) | | Contract is the address of the smart contract |
| `code_id` | [uint64](#uint64) | | CodeID references the new WASM codesudo |
| `code_id` | [uint64](#uint64) | | CodeID references the new WASM code |
| `msg` | [bytes](#bytes) | | Msg json encoded message to be passed to the contract on migration |


Expand Down
2 changes: 1 addition & 1 deletion proto/cosmwasm/wasm/v1/proposal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ message MigrateContractProposal {

// Contract is the address of the smart contract
string contract = 4;
// CodeID references the new WASM codesudo
// CodeID references the new WASM code
uint64 code_id = 5 [ (gogoproto.customname) = "CodeID" ];
// Msg json encoded message to be passed to the contract on migration
bytes msg = 6 [ (gogoproto.casttype) = "RawContractMessage" ];
Expand Down
2 changes: 1 addition & 1 deletion x/wasm/types/proposal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e0910e

Please sign in to comment.