Minor godoc update

This commit is contained in:
Alex Peters
2022-05-06 10:34:47 +02:00
parent cd3c9ddddb
commit f1273864c9
3 changed files with 3 additions and 3 deletions

View File

@@ -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" ];