mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
fix logs
This commit is contained in:
@@ -883,10 +883,6 @@ impl<E: EthSpec> BeaconState<E> {
|
|||||||
.safe_mul(E::InclusionListCommitteeSize::to_usize())?;
|
.safe_mul(E::InclusionListCommitteeSize::to_usize())?;
|
||||||
let end = start.safe_add(E::InclusionListCommitteeSize::to_usize())?;
|
let end = start.safe_add(E::InclusionListCommitteeSize::to_usize())?;
|
||||||
|
|
||||||
println!("start {:?}", start);
|
|
||||||
println!("end {:?}", end);
|
|
||||||
println!("slot {:?}", slot);
|
|
||||||
|
|
||||||
let mut i = start;
|
let mut i = start;
|
||||||
let mut il_committee_indices =
|
let mut il_committee_indices =
|
||||||
Vec::with_capacity(E::InclusionListCommitteeSize::to_usize());
|
Vec::with_capacity(E::InclusionListCommitteeSize::to_usize());
|
||||||
|
|||||||
@@ -1400,8 +1400,7 @@ impl ChainSpec {
|
|||||||
|
|
||||||
impl Default for ChainSpec {
|
impl Default for ChainSpec {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::mainnet()
|
Self::mainnet() }
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Exact implementation of the *config* object from the Ethereum spec (YAML/JSON).
|
/// Exact implementation of the *config* object from the Ethereum spec (YAML/JSON).
|
||||||
|
|||||||
Reference in New Issue
Block a user