Skip to content

Commit

Permalink
Fix conflict issues
Browse files Browse the repository at this point in the history
  • Loading branch information
themicp committed Oct 27, 2023
1 parent ffca16b commit 88c2b9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ pub fn reply(_deps: DepsMut, _env: Env, msg: Reply) -> Result<Response, Contract
}

mod execute {
use crate::lightclient::types::{BlockVerificationData, Forks, Update};
use crate::lightclient::types::{Forks, ReceiptLogs, Update};
use crate::lightclient::types::{BlockVerificationData, Forks, ReceiptLogs, Update};
use cosmwasm_std::WasmMsg;

use super::*;
Expand Down
1 change: 0 additions & 1 deletion src/lightclient/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::{cmp::Ordering, vec};

use crate::lightclient::helpers::{from_hex_string, to_hex_string};
use alloy_rlp::{Buf, Decodable};
use primitive_types::H256;
use primitives::{ByteList, ByteVector, U64};
use serde;
use ssz_rs::prelude::*;
Expand Down

0 comments on commit 88c2b9d

Please sign in to comment.