Skip to content

Commit

Permalink
small fix + control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom3dius committed May 26, 2024
1 parent cce1bd6 commit ed4ffab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn verify_receipt_vec(receipts: Vec<Receipt>, gov_pub_key: String) -> HashMap<St
}
}
Err(_) => {
eprintln!("Invalid proof: {:?}", &journal)
eprintln!("Invalid proof")
}
}
}
Expand Down
Binary file added resources/control-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed4ffab

Please sign in to comment.