Skip to content

Commit

Permalink
Fixes user-host
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Dec 20, 2024
1 parent 56b3354 commit 0ae7046
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion arbitrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion arbitrator/wasm-libraries/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arbitrator/wasm-libraries/user-host/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl Program {
outs: vec![],
evm_api: EvmApiRequestor::new(UserHostRequester::default()),
evm_data,
benchmark: None,
benchmark: Benchmark::default(),
module,
config,
early_exit: None,
Expand Down

0 comments on commit 0ae7046

Please sign in to comment.