(cherry picked from commit 970f543ef6
)
Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
@ -3224,7 +3224,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