Skip to content

Commit

Permalink
Reexport TransactValue (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Jan 29, 2024
1 parent 691b04b commit f7a23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub use self::config::Config;
pub use self::gasometer::{eval as eval_gasometer, GasometerState};
pub use self::invoker::{
routines, EtableResolver, Invoker, InvokerState, PrecompileSet, Resolver, SubstackInvoke,
TransactArgs, TransactInvoke,
TransactArgs, TransactInvoke, TransactValue,
};

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

0 comments on commit f7a23df

Please sign in to comment.