Skip to content

Commit e516c26

Browse files
Fix typo in batchverifier.go (algorand#3176)
fix typo: "on" -> "one" in ErrBatchVerificationFailed
1 parent ca721ad commit e516c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batchverifier.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const minBatchVerifierAlloc = 16
2929

3030
// Batch verifications errors
3131
var (
32-
ErrBatchVerificationFailed = errors.New("At least on signature didn't pass verification")
32+
ErrBatchVerificationFailed = errors.New("At least one signature didn't pass verification")
3333
ErrZeroTranscationsInBatch = errors.New("Could not validate empty signature set")
3434
)
3535

0 commit comments

Comments
 (0)