mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Lint: Fix violations of non-constant format string in call (#14974)
* Fix violations of non-constant format string in call * Changelog fragment
This commit is contained in:
@@ -77,7 +77,7 @@ func (s *SignatureBatch) VerifyVerbosely() (bool, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return false, errors.Errorf(errmsg)
|
||||
return false, errors.New(errmsg)
|
||||
}
|
||||
|
||||
// Copy the attached signature batch and return it
|
||||
|
||||
Reference in New Issue
Block a user