Skip to content

Commit

Permalink
consensus/bor: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
manav2401 committed Jan 27, 2025
1 parent 2a3d63f commit cca85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/bor/statefull/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func ApplyMessage(
log.Error("message execution failed on contract", "msgData", msg.Data)
}

// If there's error commiting span, log it here. It won't be reported before because the return value is empty.
// If there's error committing span, log it here. It won't be reported before because the return value is empty.
if bytes.Equal(msg.To().Bytes(), validatorContract.Bytes()) && err != nil {
log.Error("message execution failed on contract", "err", err)
}
Expand Down

0 comments on commit cca85f5

Please sign in to comment.