Precompiles owned by the native loader (#23237)

This commit is contained in:
Jack May 2022-02-18 15:41:59 -08:00 committed by GitHub
parent 1351c1bbcf
commit 970f543ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3219,7 +3219,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,