Skip to content

Commit

Permalink
arbitrator-test: fix TestEvmApi
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Jan 19, 2024
1 parent c7be102 commit cedcfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/stylus/src/test/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl EvmApi for TestEvmApi {
}

fn capture_hostio(
&self,
&mut self,
_name: &str,
_args: &[u8],
_outs: &[u8],
Expand Down

0 comments on commit cedcfb1

Please sign in to comment.