From 9aad50048a4b8ce89edbaba3a17d8caf729f648d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 3 Feb 2025 13:18:55 +0200 Subject: feat(zkvms/nexus): Make guest commit public input --- zkvms/nexus/host/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zkvms/nexus/host/src') diff --git a/zkvms/nexus/host/src/main.rs b/zkvms/nexus/host/src/main.rs index a4e7964..b90c91f 100644 --- a/zkvms/nexus/host/src/main.rs +++ b/zkvms/nexus/host/src/main.rs @@ -28,7 +28,7 @@ fn main() { .expect("failed to prove program"); println!( - " output is {}!", + " output is {:?}!", proof .output::() .expect("failed to deserialize output") @@ -43,7 +43,7 @@ fn main() { .expect("failed to prove program"); println!( - " output is {}!", + " output is {:?}!", proof .output::() .expect("failed to deserialize output") -- cgit v1.2.3