Skip to content

Commit

Permalink
discard_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Nov 25, 2024
1 parent 703d196 commit 77af3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eth/stagedsync/exec3.go
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ func flushAndCheckCommitmentV3(ctx context.Context, header *types.Header, applyT
var err error
if header.Number.Uint64() != 0 {
doms.ResetCommitment()
return true, nil
} else {
_, err := doms.ComputeCommitment(ctx, true, header.Number.Uint64(), e.LogPrefix())
if err != nil {
Expand Down

0 comments on commit 77af3c6

Please sign in to comment.