Fixed remaining PR comments
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user