From d6432413a687a2fe2b8aef90df7cd4f88f6f40c2 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Tue, 27 Jul 2021 14:25:22 +0200 Subject: [PATCH] Fixed remaining PR comments --- x/wasm/client/proposal_handler_test.go | 2 +- x/wasm/types/wasmer_engine.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x/wasm/client/proposal_handler_test.go b/x/wasm/client/proposal_handler_test.go index 1c238adc0ae..755972b6a90 100644 --- a/x/wasm/client/proposal_handler_test.go +++ b/x/wasm/client/proposal_handler_test.go @@ -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", diff --git a/x/wasm/types/wasmer_engine.go b/x/wasm/types/wasmer_engine.go index d5cfd46a234..974b909f000 100644 --- a/x/wasm/types/wasmer_engine.go +++ b/x/wasm/types/wasmer_engine.go @@ -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,