Skip to content

Commit

Permalink
fix sgx
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Jul 2, 2024
1 parent 8f9477f commit fbbfd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/sgx/guest/src/one_shot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub async fn one_shot(global_opts: GlobalOpts, args: OneShotArgs) -> Result<()>

println!(
"Block {}. PI data to be signed: {pi_hash}",
input.block_number
input.block.number
);

// Sign the public input hash which contains all required block inputs and outputs
Expand Down

0 comments on commit fbbfd2b

Please sign in to comment.