refactor: move cli-only utils out of staged-sync (#2984)

This commit is contained in:
Bjerg
2023-06-05 15:47:08 +02:00
committed by GitHub
parent df8ca352ec
commit 9206a7dea0
18 changed files with 187 additions and 192 deletions

View File

@ -1,6 +1,6 @@
//! reth data directories.
use crate::utils::parse_path;
use reth_primitives::Chain;
use reth_staged_sync::utils::parse_path;
use std::{
env::VarError,
fmt::{Debug, Display, Formatter},