Use Rent sysvar directly for stake split instruction (#24008)
* Use Rent sysvar directly for stake split ix * Add feature to gate rent sysvar change * fix tests * cargo clippy
This commit is contained in:
@ -530,6 +530,7 @@ mod tests {
|
||||
instruction_data,
|
||||
transaction_accounts,
|
||||
instruction_accounts,
|
||||
None,
|
||||
expected_result,
|
||||
process_instruction,
|
||||
)
|
||||
|
Reference in New Issue
Block a user