Skip to content

Commit

Permalink
chore: export execution report (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jul 17, 2024
1 parent e62e8a1 commit 4591c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use std::env;

pub use provers::{LocalProver, MockProver, Prover};

pub use sp1_core::runtime::{Hook, HookEnv, SP1Context, SP1ContextBuilder};
pub use sp1_core::runtime::{ExecutionReport, Hook, HookEnv, SP1Context, SP1ContextBuilder};
use sp1_core::SP1_CIRCUIT_VERSION;
pub use sp1_prover::{
CoreSC, HashableKey, InnerSC, OuterSC, PlonkBn254Proof, SP1Prover, SP1ProvingKey,
Expand Down

0 comments on commit 4591c7a

Please sign in to comment.