move AccountInfo to its own file (#21784)
This commit is contained in:
committed by
GitHub
parent
c5c699a918
commit
ef7f49a21d
@ -5,7 +5,7 @@ extern crate test;
|
||||
use {
|
||||
rand::{thread_rng, Rng},
|
||||
solana_runtime::{
|
||||
accounts_db::AccountInfo,
|
||||
account_info::AccountInfo,
|
||||
accounts_index::{
|
||||
AccountSecondaryIndexes, AccountsIndex, ACCOUNTS_INDEX_CONFIG_FOR_BENCHMARKS,
|
||||
},
|
||||
|
Reference in New Issue
Block a user