fix bls12-381 to be in standard notation
This commit is contained in:
parent
db9fdb9b72
commit
8a2e1d55a5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue