Remove sysvar special cases for rent and assign

This commit is contained in:
Ryo Onodera
2021-05-18 00:30:48 +09:00
committed by Michael Vines
parent fd574dcb3b
commit f029af0fca
7 changed files with 513 additions and 33 deletions

View File

@@ -1138,6 +1138,7 @@ mod tests {
programs: vec![],
accounts: vec![],
sysvars: vec![],
feature_active: false,
};
assert_eq!(
Err(InstructionError::ProgramFailedToComplete),