fix bls12-381 to be in standard notation

This commit is contained in:
Danny Ryan 2018-11-18 10:34:23 +09:00 committed by GitHub
parent db9fdb9b72
commit 8a2e1d55a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ def add_validator(validators: List[ValidatorRecord],
return index
```
`BLSVerify` is a function for verifying a BLS-12-381 signature, defined in the BLS-12-381 spec.
`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the BLS12-381 spec.
## Routine for removing a validator