Skip to content

Commit ff85526

Browse files
committed
save
1 parent 872e0cd commit ff85526

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

execution/stagedsync/exec3.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ func ExecV3(ctx context.Context,
126126
logger log.Logger) (execErr error) {
127127
isBlockProduction := execStage.SyncMode() == stages.ModeBlockProduction
128128
isForkValidation := execStage.SyncMode() == stages.ModeForkValidation
129+
if execStage.state.unwindPoint != nil {
130+
fmt.Println("unwindPoint", *execStage.state.unwindPoint)
131+
}
132+
if execStage.state.prevUnwindPoint != nil {
133+
fmt.Println("previousUnwindPoint", *execStage.state.prevUnwindPoint)
134+
}
129135
isApplyingBlocks := execStage.SyncMode() == stages.ModeApplyingBlocks
130136
initialCycle := execStage.CurrentSyncCycle.IsInitialCycle
131137
hooks := cfg.vmConfig.Tracer

0 commit comments

Comments
 (0)