Skip to content

Commit 7b38531

Browse files
committed
log image id
1 parent 167dc2a commit 7b38531

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x509-risczero-cli/src/bin/demo.rs

+3
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ fn main() -> Result<()> {
9292
remove_prefix_if_found(&cli.address),
9393
);
9494

95+
let image_id = compute_image_id(X509_CHAIN_VERIFIER_ELF)?;
96+
log::info!("ImageID: {}", image_id.to_string());
97+
9598
// Step 3
9699
if cli.verify {
97100
let input = InputBytesType::abi_encode_params(&der_chain);

0 commit comments

Comments
 (0)