Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update mpt-witness-generator/rustlib/build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
adria0 committed Sep 14, 2023
1 parent fd79747 commit 6828bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpt-witness-generator/rustlib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn main() {
fn fail(message: String) {
let _ = writeln!(
io::stderr(),
"\n\nError while building geth-utils: {}\n\n",
"\n\nError while building mpt-witness-generator: {}\n\n",
message
);
std::process::exit(1);
Expand Down

0 comments on commit 6828bce

Please sign in to comment.