Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Oct 17, 2024
1 parent f397fa7 commit 5820520
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example/script/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ async fn main() {
let client = ProverClient::new();
let (pk, vk) = client.setup(ELF);

println!("vkey bytes {:?}", sp1_sdk::HashableKey::bytes32(&vk));
println!(
"Program Verification Key Bytes {:?}",
sp1_sdk::HashableKey::bytes32(&vk)
);

// In our SP1 program, compute the 20th fibonacci number.
let mut stdin = SP1Stdin::new();
Expand Down

0 comments on commit 5820520

Please sign in to comment.