Skip to content

Commit ff4b4bc

Browse files
author
Andrus Salumets
authored
Merge pull request #20 from Lagrange-Labs/distributed-sys-features
Make eth module public
2 parents 13f8997 + 779d783 commit ff4b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use plonky2::{
1515
use serde::{Deserialize, Serialize};
1616

1717
mod benches;
18-
mod eth;
18+
pub mod eth;
1919

2020
mod hash;
2121
mod rlp;

0 commit comments

Comments
 (0)