We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10b0d1 commit c801f98Copy full SHA for c801f98
contracts/crypto-verify/tests/integration.rs
@@ -17,7 +17,7 @@
17
//! });
18
//! 4. Anywhere you see init/execute(deps.as_mut(), ...) you must replace it with init/execute(&mut deps, ...)
19
//! 5. Anywhere you see query(deps.as_ref(), ...) you must replace it with query(&mut deps, ...)
20
-//! (Use cosmwasm_vm::testing::{init, execute, query}, instead of the contract variants).
+//! (Use cosmwasm_vm::testing::{init, execute, query}, instead of the contract variants).
21
22
use cosmwasm_std::{Binary, Response, Uint128};
23
use cosmwasm_vm::testing::{
0 commit comments