mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-04 18:14:30 +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
|
/// 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.,
|
/// erroneous for functions which use a validators public key as an identifier (e.g.,
|
||||||
/// deposits).
|
/// deposits).
|
||||||
/// proof-of-possessions are verified during genesis.
|
|
||||||
pub fn build_fast(&mut self) -> Result<(), BeaconStateError> {
|
pub fn build_fast(&mut self) -> Result<(), BeaconStateError> {
|
||||||
let common_keypair = Keypair::random();
|
let common_keypair = Keypair::random();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user