Skip to content

Commit 167f607

Browse files
committed
chore: fix merge conflicts
2 parents 4af1765 + c277c32 commit 167f607

File tree

1 file changed

+2
-1
lines changed
  • contracts/cosmwasm-vm/cw-icon-light-client/src

1 file changed

+2
-1
lines changed

contracts/cosmwasm-vm/cw-icon-light-client/src/contract.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,14 @@ mod tests {
548548

549549
use crate::{
550550
constants::{CLIENT_STATE_HASH, CONSENSUS_STATE_HASH},
551+
context::CwContext,
551552
contract::{ensure_owner, query, to_height_u64},
552553
query_handler::QueryHandler,
553554
ContractError,
554555
};
555556
use common::traits::AnyTypes;
556557
use cw_common::client_msg::ExecuteMsg;
557-
use cw_light_client_common::traits::IQueryHandler;
558+
use cw_light_client_common::{light_client::IconClient, traits::IQueryHandler};
558559
use prost::Message;
559560

560561
use super::{execute, instantiate, Config, InstantiateMsg, CONTRACT_NAME, CONTRACT_VERSION};

0 commit comments

Comments
 (0)