diff --git a/runtime/src/system_instruction_processor.rs b/runtime/src/system_instruction_processor.rs index dfb6aeb533..7d94e741ce 100644 --- a/runtime/src/system_instruction_processor.rs +++ b/runtime/src/system_instruction_processor.rs @@ -354,10 +354,7 @@ mod tests { )) } fn create_default_rent_account() -> RefCell { - RefCell::new(sysvar::recent_blockhashes::create_account_with_data( - 1, - vec![(0u64, &Hash::default()); 32].into_iter(), - )) + RefCell::new(sysvar::rent::create_account(1, &Rent::free())) } #[test]