mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat(engine-util): reorg interceptor (#10173)
This commit is contained in:
@@ -50,6 +50,10 @@ pub struct DebugArgs {
|
||||
#[arg(long = "debug.skip-new-payload", help_heading = "Debug")]
|
||||
pub skip_new_payload: Option<usize>,
|
||||
|
||||
/// If provided, the chain will be reorged at specified frequency.
|
||||
#[arg(long = "debug.reorg-frequency", help_heading = "Debug")]
|
||||
pub reorg_frequency: Option<usize>,
|
||||
|
||||
/// The path to store engine API messages at.
|
||||
/// If specified, all of the intercepted engine API messages
|
||||
/// will be written to specified location.
|
||||
|
||||
Reference in New Issue
Block a user