Skip to content

Commit

Permalink
author update, remove chain_spec variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbarnes committed Sep 25, 2019
1 parent 8faa553 commit b856a4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion eth2/shard_state_processing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "shard_state_processing"
version = "0.1.0"
authors = ["Paul Hauner <[email protected]>"]
authors = ["Will Villanueva", "Wil Barnes"]
edition = "2018"

[dependencies]
Expand Down
4 changes: 0 additions & 4 deletions eth2/types/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ pub struct ChainSpec {
pub period_committee_root_length: u64,
pub phase_1_fork_epoch: u64,
pub phase_1_fork_slot: u64,
// pub target_persistent_committee_size: u64,
// pub shard_header_size: u64,
// pub shard_block_size_target: u64,
// pub shard_block_size_limit: u64,

/*
* Reward and penalty quotients
Expand Down

0 comments on commit b856a4e

Please sign in to comment.