We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca721ad commit e516c26Copy full SHA for e516c26
batchverifier.go
@@ -29,7 +29,7 @@ const minBatchVerifierAlloc = 16
29
30
// Batch verifications errors
31
var (
32
- ErrBatchVerificationFailed = errors.New("At least on signature didn't pass verification")
+ ErrBatchVerificationFailed = errors.New("At least one signature didn't pass verification")
33
ErrZeroTranscationsInBatch = errors.New("Could not validate empty signature set")
34
)
35
0 commit comments