move Ancestors to its own module (#17316)
This commit is contained in:
committed by
GitHub
parent
0781fe1b4f
commit
ed9cbd50f0
@ -3,7 +3,7 @@ use rand::{thread_rng, Rng};
|
||||
use rayon::prelude::*;
|
||||
use solana_runtime::{
|
||||
accounts_db::{AccountsDb, LoadHint},
|
||||
accounts_index::Ancestors,
|
||||
ancestors::Ancestors,
|
||||
};
|
||||
use solana_sdk::genesis_config::ClusterType;
|
||||
use solana_sdk::{
|
||||
|
Reference in New Issue
Block a user