Revert "require stake, vote and executable accounts to be rent exempt (#5928)" (#6005)

This reverts commit 11e6197a83.
This commit is contained in:
Michael Vines
2019-09-20 14:10:39 -07:00
committed by GitHub
parent 558a362c46
commit a60a3efc1a
11 changed files with 18 additions and 199 deletions

View File

@@ -396,8 +396,7 @@ mod tests {
SystemInstruction::CreateAccount {
lamports: 2,
space: 0,
program_id: Pubkey::default(),
require_rent_exemption: false
program_id: Pubkey::default()
}
);