Skip to content

Commit

Permalink
fix: format error log
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-mx committed Jun 14, 2022
1 parent e9157e9 commit 19a4395
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 19a4395

Please sign in to comment.