fix: remove inaccurate warning about engine API being unsupported (#2248)

This commit is contained in:
Peter Davies
2023-04-14 16:25:22 +01:00
committed by GitHub
parent 4e792f88b4
commit 4ad33a9830

View File

@ -217,13 +217,7 @@ impl Command {
debug!(target: "reth::cli", %tip, "Tip manually set");
Some(tip_rx)
}
None => {
let warn_msg = "No tip specified. \
reth cannot communicate with consensus clients, \
so a tip must manually be provided for the online stages with --debug.tip <HASH>.";
warn!(target: "reth::cli", warn_msg);
None
}
None => None,
};
// configure blockchain tree