We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1a3e7 commit 3bee728Copy full SHA for 3bee728
MIGRATING.md
@@ -107,7 +107,8 @@ major releases of `cosmwasm`. Note that you can also view the
107
+const item: Item<Uint128> = Item::new("item");
108
```
109
110
-- Replace all uses of `IbcReceiveResponse::set_ack` with calls to `IbcReceiveResponse::new`:
+- Replace all uses of `IbcReceiveResponse::set_ack` with calls to
111
+ `IbcReceiveResponse::new`:
112
113
```diff
114
- Ok(IbcReceiveResponse::new().set_ack(b"{}"))
0 commit comments