From 04f179243e4cd4bf0f6523efcf650b4f5d1125d5 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 26 Feb 2019 22:35:51 +1300 Subject: [PATCH] Fix type in `BeaconStateBuilder` comments --- eth2/types/src/beacon_state/builder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/eth2/types/src/beacon_state/builder.rs b/eth2/types/src/beacon_state/builder.rs index 40bfe0d2c..02886a86e 100644 --- a/eth2/types/src/beacon_state/builder.rs +++ b/eth2/types/src/beacon_state/builder.rs @@ -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();