Skip to content

Commit

Permalink
Merge pull request #20 from Lagrange-Labs/distributed-sys-features
Browse files Browse the repository at this point in the history
Make eth module public
  • Loading branch information
andrussal authored Jan 3, 2024
2 parents 13f8997 + 779d783 commit ff4b4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use plonky2::{
use serde::{Deserialize, Serialize};

mod benches;
mod eth;
pub mod eth;

mod hash;
mod rlp;
Expand Down

0 comments on commit ff4b4bc

Please sign in to comment.