Skip to content

Commit

Permalink
Fixed remaining PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jul 27, 2021
1 parent 997b530 commit d643241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/wasm/client/proposal_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func TestGovRestHandlers(t *testing.T) {
"admin": "cosmos100dejzacpanrldpjjwksjm62shqhyss44jf5xz",
"code_id": "1",
"label": "https://example.com/",
"msg": "my/builder:tag",
"msg": dict{"recipient": "cosmos100dejzacpanrldpjjwksjm62shqhyss44jf5xz"},
"funds": []dict{{"denom": "ustake", "amount": "100"}},
"deposit": []dict{{"denom": "ustake", "amount": "10"}},
"proposer": "cosmos1ve557a5g9yw2g2z57js3pdmcvd5my6g8ze20np",
Expand Down
2 changes: 1 addition & 1 deletion x/wasm/types/wasmer_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type WasmerEngine interface {
// replace it. This allows it to run a migration step if needed, or return an error if unable to migrate
// the given data.
//
// Msg has some data on how to perform the migration.
// MigrateMsg has some data on how to perform the migration.
Migrate(
checksum wasmvm.Checksum,
env wasmvmtypes.Env,
Expand Down

0 comments on commit d643241

Please sign in to comment.