Skip to content

Commit

Permalink
Merge pull request #8854 from swift-mx/mx_log
Browse files Browse the repository at this point in the history
fix: format error log
  • Loading branch information
magik6k authored Jun 14, 2022
2 parents e9157e9 + 19a4395 commit 016749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/rand/rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (sr *stateRand) getBeaconRandomnessV3(ctx context.Context, pers crypto.Doma

be, err := sr.extractBeaconEntryForEpoch(ctx, filecoinEpoch)
if err != nil {
log.Errorf("failed to get beacon entry as expected: %w", err)
log.Errorf("failed to get beacon entry as expected: %s", err)
return nil, err
}

Expand Down

0 comments on commit 016749b

Please # to comment.