Precompiles owned by the native loader (#23237)
This commit is contained in:
@ -3219,7 +3219,7 @@ impl Bank {
|
|||||||
let (lamports, rent_epoch) = self.inherit_specially_retained_account_fields(&None);
|
let (lamports, rent_epoch) = self.inherit_specially_retained_account_fields(&None);
|
||||||
let account = AccountSharedData::from(Account {
|
let account = AccountSharedData::from(Account {
|
||||||
lamports,
|
lamports,
|
||||||
owner: solana_sdk::system_program::id(),
|
owner: native_loader::id(),
|
||||||
data: vec![],
|
data: vec![],
|
||||||
executable: true,
|
executable: true,
|
||||||
rent_epoch,
|
rent_epoch,
|
||||||
|
Reference in New Issue
Block a user