feat(l2-withdrawals): Move l2 withdrawals root computation into reth-optimism-storage (#14610)

This commit is contained in:
Emilia Hane
2025-02-20 13:34:08 +01:00
committed by GitHub
parent 8165659200
commit 2a8f5b883b
9 changed files with 72 additions and 37 deletions

View File

@ -19,6 +19,7 @@ pub mod lockfile;
/// Provider error
pub mod provider;
pub use provider::{ProviderError, ProviderResult};
/// Writer error
pub mod writer;