diff --git a/contracts/injective-cosmwasm-stargate-example/src/handle.rs b/contracts/injective-cosmwasm-stargate-example/src/handle.rs index 335b5b1c..db93e335 100644 --- a/contracts/injective-cosmwasm-stargate-example/src/handle.rs +++ b/contracts/injective-cosmwasm-stargate-example/src/handle.rs @@ -5,7 +5,7 @@ use crate::{ state::{CacheOrderInfo, ORDER_CALL_CACHE}, ContractError, }; -use cosmos_sdk_proto::{cosmos::authz::v1beta1::MsgExec, Any}; +use cosmos_sdk_proto::{cosmos::authz::v1beta1::MsgExec, traits::Message, Any}; use cosmwasm_std::{DepsMut, Env, MessageInfo, Response, SubMsg}; use injective_cosmwasm::{InjectiveMsgWrapper, InjectiveQuerier, InjectiveQueryWrapper, MarketId, OrderType, SubaccountId}; use injective_math::{scale::Scaled, FPDecimal};