mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: remove inaccurate warning about engine API being unsupported (#2248)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user