Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 11, 2024
1 parent 3692cce commit dfe1fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrator/prover/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn main() -> Result<()> {
Ok(mach) => {
println!("0x{}", mach.get_modules_root());
return Ok(());
},
}
Err(err) => {
eprintln!("Error loading binary: {err}");
return Err(err);
Expand Down

0 comments on commit dfe1fa7

Please sign in to comment.