Skip to content

Commit

Permalink
Merge pull request #1910 from potuz/rorg_not_reorg
Browse files Browse the repository at this point in the history
Fix typo and let potuz have a nitro PR
  • Loading branch information
joshuacolvin0 authored Oct 10, 2023
2 parents c7ebb80 + cef0d56 commit 3fbf2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staker/block_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ func (v *BlockValidator) iterativeValidationProgress(ctx context.Context, ignore
} else if reorg != nil {
err := v.Reorg(ctx, *reorg)
if err != nil {
log.Error("error trying to rorg validation", "pos", *reorg-1, "err", err)
log.Error("error trying to reorg validation", "pos", *reorg-1, "err", err)
v.possiblyFatal(err)
}
}
Expand Down

0 comments on commit 3fbf2e8

Please sign in to comment.