Skip to content

Commit

Permalink
make BundleBuilder publicly available (bluealloy#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored and tonyke-bot committed Sep 19, 2023
1 parent 70ac321 commit c6336c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/db/states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub mod transition_state;
/// Account status for Block and Bundle states.
pub use account_status::AccountStatus;
pub use bundle_account::BundleAccount;
pub use bundle_state::{BundleState, OriginalValuesKnown};
pub use bundle_state::{BundleBuilder, BundleState, OriginalValuesKnown};
pub use cache::CacheState;
pub use cache_account::CacheAccount;
pub use changes::{PlainStateReverts, PlainStorageChangeset, PlainStorageRevert, StateChangeset};
Expand Down

0 comments on commit c6336c7

Please sign in to comment.