Fix type in BeaconStateBuilder comments

This commit is contained in:
Paul Hauner 2019-02-26 22:35:51 +13:00
parent c2fb095759
commit 04f179243e
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -96,7 +96,6 @@ impl BeaconStateBuilder {
/// This function runs orders of magnitude faster than `Self::build()`, however it will be
/// erroneous for functions which use a validators public key as an identifier (e.g.,
/// deposits).
/// proof-of-possessions are verified during genesis.
pub fn build_fast(&mut self) -> Result<(), BeaconStateError> {
let common_keypair = Keypair::random();