Precompiles owned by the native loader (#23237) (#23240)

(cherry picked from commit 970f543ef6fafd0b2d0fc13425c57a9142d48d55)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot] 2022-02-19 02:45:15 +00:00 committed by GitHub
parent b2b92d7f5c
commit 1f4ad0d1e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3224,7 +3224,7 @@ impl Bank {
let (lamports, rent_epoch) = self.inherit_specially_retained_account_fields(&None);
let account = AccountSharedData::from(Account {
lamports,
owner: solana_sdk::system_program::id(),
owner: native_loader::id(),
data: vec![],
executable: true,
rent_epoch,