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();