Skip to content

Commit 640cf84

Browse files
committed
prepare for mainnet mode
1 parent 17eabdc commit 640cf84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/core/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
extern crate sbv_utils;
55
extern crate core;
66

7+
#[cfg(feature = "scroll")]
78
mod chunk;
9+
#[cfg(feature = "scroll")]
810
pub use chunk::ChunkInfo;
911

1012
mod database;
@@ -16,7 +18,9 @@ pub use error::{DatabaseError, VerificationError};
1618
mod executor;
1719
pub use executor::{BlockExecutionResult, EvmExecutor, EvmExecutorBuilder};
1820

21+
#[cfg(feature = "stateful")]
1922
mod genesis;
23+
#[cfg(feature = "stateful")]
2024
pub use genesis::GenesisConfig;
2125

2226
mod hardfork;

0 commit comments

Comments
 (0)