Skip to content

Commit 4724a44

Browse files
committed
fix: display reorg handling error cause
1 parent 36eedb9 commit 4724a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slots_processor/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub enum SlotsProcessorError {
2323
failed_slot: u32,
2424
error: SlotProcessingError,
2525
},
26-
#[error("Failed to process reorg. old slot {old_slot}, new slot {new_slot}, new head block root {new_head_block_root}, old head block root {old_head_block_root}")]
26+
#[error("Failed to process reorg. old slot {old_slot}, new slot {new_slot}, new head block root {new_head_block_root}, old head block root {old_head_block_root}: {error}")]
2727
FailedReorgProcessing {
2828
old_slot: u32,
2929
new_slot: u32,

0 commit comments

Comments
 (0)