Skip to content

Commit

Permalink
Export ThreadAccount from thread_program
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Nov 1, 2022
1 parent 2454840 commit 4d65520
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 @@ -17,7 +17,7 @@ pub mod thread_program {
pub use clockwork_thread_program::{cpi, errors, program::ThreadProgram, ID};
pub mod accounts {
pub use clockwork_thread_program::objects::{
ExecContext, Thread, ThreadSettings, Trigger, TriggerContext,
ExecContext, Thread, ThreadAccount, ThreadSettings, Trigger, TriggerContext,
};
}
}

0 comments on commit 4d65520

Please sign in to comment.