Move SnapshotConfig into its own module (#18331)
Also move ArchiveFormat to snapshot_utils, and do not reexport SnapshotVersion.
This commit is contained in:
@ -9,8 +9,9 @@ use crate::{
|
||||
};
|
||||
use log::*;
|
||||
use solana_runtime::{
|
||||
bank_forks::{ArchiveFormat, BankForks, SnapshotConfig},
|
||||
snapshot_utils,
|
||||
bank_forks::BankForks,
|
||||
snapshot_config::SnapshotConfig,
|
||||
snapshot_utils::{self, ArchiveFormat},
|
||||
};
|
||||
use solana_sdk::{clock::Slot, genesis_config::GenesisConfig, hash::Hash};
|
||||
use std::{fs, path::PathBuf, process, result};
|
||||
|
Reference in New Issue
Block a user