Skip to content

Commit

Permalink
Extend Invoker visibility (rust-ethereum#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD authored Dec 13, 2023
1 parent fdd7408 commit 9fdc7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/standard/invoker/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod resolver;
mod routines;
pub mod routines;
mod state;

pub use self::resolver::{EtableResolver, PrecompileSet, Resolver};
Expand Down
3 changes: 2 additions & 1 deletion src/standard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ mod invoker;
pub use self::config::Config;
pub use self::gasometer::{eval as eval_gasometer, GasometerState};
pub use self::invoker::{
EtableResolver, Invoker, InvokerState, PrecompileSet, Resolver, TransactArgs,
routines, EtableResolver, Invoker, InvokerState, PrecompileSet, Resolver, SubstackInvoke,
TransactArgs, TransactInvoke,
};

use crate::{ExitError, GasMutState, GasState, MergeStrategy, RuntimeState};
Expand Down

0 comments on commit 9fdc7fe

Please sign in to comment.