Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Oct 25, 2023
1 parent f1e1961 commit 53a6a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relays/beefy/ethereum-writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ func (wr *EthereumWriter) doSubmitInitial(ctx context.Context, task *Request) (*
}
}
validatorCount := big.NewInt(int64(len(task.SignedCommitment.Signatures)))
// Pick a random validator who signs beefy commitment

// Pick a random validator who signs beefy commitment
chosenValidator := signedValidators[rand.Intn(len(signedValidators))].Int64()

log.WithFields(logrus.Fields{
Expand Down

0 comments on commit 53a6a33

Please sign in to comment.