mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-31 10:08:13 -05:00
fix(test): set stage progress (#895)
This commit is contained in:
@@ -97,7 +97,7 @@ macro_rules! stage_test_suite {
|
||||
|
||||
// Run stage unwind
|
||||
let unwind_input = crate::stage::UnwindInput {
|
||||
unwind_to: stage_progress, stage_progress, bad_block: None,
|
||||
unwind_to: stage_progress, stage_progress: previous_stage, bad_block: None,
|
||||
};
|
||||
let rx = runner.unwind(unwind_input).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user