Skip to content

Commit

Permalink
Fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyluiz committed Dec 13, 2024
1 parent 6b7224c commit cce78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/correctness.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (c *Correctness) FromSia(sia sia.Sia) *Correctness {
func (c *Correctness) Bls() (bls12381.G1Affine, error) {
hash, err := bls.Hash(c.Sia().Bytes())
if err != nil {
utils.Logger.Error("Can't hash bls: %v", "error", err.Error())
utils.Logger.With("Error", err).Error("Can't hash bls")
return bls12381.G1Affine{}, err
}

Expand Down

0 comments on commit cce78e7

Please sign in to comment.