rename bls verification spec ref

This commit is contained in:
Danny Ryan 2018-12-11 10:13:31 -06:00
parent c462f563b1
commit 5734b25fb1
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@ def integer_squareroot(n: int) -> int:
#### `BLSVerify`
`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the [BLS12-381 spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/bls_verify.md).
`BLSVerify` is a function for verifying a BLS12-381 signature, defined in the [BLS Verification spec](https://github.com/ethereum/eth2.0-specs/blob/master/specs/bls_verify.md).
### On startup