anchor
anchor copied to clipboard
Remove `rent_exempt` constraint
Solana removed the ability to create accounts are not rent exempt, so we can get rid of the rent_exempt=false
constraint option.
Not sure if removing it will be beneficial or not. Ideally less code is better so long as it doesn't complicate existing implementations.
But dont you think that removing the rent_exempt
might cause a breaking change?