mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Replace genesis crate with on-type defs
The methods in the `gensis` crate have been moved to `genesis` methods on `BeaconState` and `BeaconBlock`.
This commit is contained in:
@@ -14,7 +14,6 @@ clap = "2.32.0"
|
||||
db = { path = "db" }
|
||||
dirs = "1.0.3"
|
||||
futures = "0.1.23"
|
||||
genesis = { path = "../eth2/genesis" }
|
||||
slog = "^2.2.3"
|
||||
slot_clock = { path = "../eth2/utils/slot_clock" }
|
||||
slog-term = "^2.4.0"
|
||||
|
||||
Reference in New Issue
Block a user