Skip to content

Commit

Permalink
Fix typo and let potuz have a nitro PR
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Oct 10, 2023
1 parent c7ebb80 commit cef0d56
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 cef0d56

Please sign in to comment.