Skip to content

Commit ad9cb10

Browse files
committed
test: restore cpi context unit tests
1 parent 508d00b commit ad9cb10

File tree

3 files changed

+657
-740
lines changed

3 files changed

+657
-740
lines changed

programs/system/src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ impl<'info> SystemContext<'info> {
136136
}
137137
}
138138

139+
#[derive(Debug)]
139140
pub struct WrappedInstructionData<'a, T: InstructionData<'a>> {
140141
instruction_data: T,
141142
cpi_context: Option<ZCpiContextAccount<'a>>,

0 commit comments

Comments
 (0)