Precompiles owned by the native loader (#23237)
This commit is contained in:
parent
1351c1bbcf
commit
970f543ef6
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue