mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-02 09:17:39 +00:00
Fix type in BeaconStateBuilder
comments
This commit is contained in:
parent
c2fb095759
commit
04f179243e
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user