Merge pull request #8854 from swift-mx/mx_log

fix: format error log
This commit is contained in:
Łukasz Magiera 2022-06-14 11:18:23 +02:00 committed by GitHub
commit 016749b60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}