Skip to content

Commit

Permalink
Fixed a module not being pub
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed May 28, 2024
1 parent b65f692 commit e33dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace_decoder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pub mod decoding;
mod deserializers;

/// Core logic shared between mpt/smt versions of processing block traces.
mod processed_block_trace;
pub mod processed_block_trace;

pub mod protocol_processing;

Expand Down

0 comments on commit e33dc2e

Please sign in to comment.