Skip to content

Commit

Permalink
chore: fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Jul 26, 2024
1 parent a8c5aee commit 42ab0c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/injective-cosmwasm-mock/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::{
error::ContractError,
handle::{handle_test_market_spot_order, handle_test_transient_derivative_order, handle_test_transient_spot_order},
handle::{handle_test_transient_derivative_order, handle_test_transient_spot_order},
msg::{ExecuteMsg, InstantiateMsg, QueryMsg},
query::{
handle_aggregate_account_volume_query, handle_aggregate_market_volume_query, handle_contract_registration_info_query,
Expand Down
1 change: 0 additions & 1 deletion contracts/injective-cosmwasm-mock/src/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::{
contract::{CREATE_DERIVATIVE_ORDER_REPLY_ID, CREATE_SPOT_ORDER_REPLY_ID, MSG_EXEC},
msg::{MSG_CREATE_DERIVATIVE_LIMIT_ORDER_ENDPOINT, MSG_CREATE_SPOT_LIMIT_ORDER_ENDPOINT},
order_management::{create_derivative_limit_order, create_spot_limit_order, create_stargate_msg, encode_bytes_message},
spot_market_order_msg::create_spot_market_order_message,
state::{CacheOrderInfo, ORDER_CALL_CACHE},
ContractError,
};
Expand Down

0 comments on commit 42ab0c6

Please sign in to comment.