Skip to content

Commit

Permalink
fix missing file commmit
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal87 committed Feb 23, 2024
1 parent e7c9ab2 commit 088aa5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/injective-cosmwasm-mock/src/msg.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use cosmwasm_std::Coin;
use injective_cosmwasm::{MarketId, SubaccountId};
use injective_cosmwasm::{CancellationStrategy, MarketId, OrderSide, SubaccountId};
use injective_math::FPDecimal;
use schemars::JsonSchema;
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 088aa5c

Please sign in to comment.