Skip to content

Commit f995585

Browse files
authored
Update MIGRATING.md
1 parent 29e2476 commit f995585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MIGRATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- `QueryRequest.Grpc` was added. It is similar to `QueryRequest.Stargate` but
2828
unlike that, it should always return protobuf encoded responses on all chains.
2929
- `VM.StoreCode` now returns a `uint64` containing the gas cost in CosmWasm gas
30-
and takes a gas limit as argument. This was previously calculated in wasmd.
30+
and takes a gas limit as an argument. This was previously calculated in wasmd.
3131
The change brings consistency with the other functions that cause gas usage.
3232
- `GoAPI` now requires an additional `ValidateAddress` function that validates
3333
whether the given string is a valid address. This was previously done

0 commit comments

Comments
 (0)