Skip to content

Commit

Permalink
Merge branch 'main' into timoftime/fix_rpc_handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Nov 29, 2023
2 parents cad411e + 222f0b5 commit f06ddd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![feature(generic_const_exprs)]

mod sync;
use std::ops::Deref;

use beacon_api_client::{BlockId, Client, ClientTypes, Value, VersionedValue};
use eth_types::Spec;
Expand All @@ -14,6 +13,7 @@ use itertools::Itertools;
use lightclient_circuits::witness::{CommitteeRotationArgs, SyncStepArgs};
use serde::{Deserialize, Serialize};
use ssz_rs::{Node, Vector};
use std::ops::Deref;
pub use sync::*;
mod rotation;
use ethereum_consensus_types::bls::BlsPublicKey;
Expand Down

0 comments on commit f06ddd3

Please sign in to comment.