mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +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:
@@ -11,7 +11,6 @@ boolean-bitfield = { path = "../../eth2/utils/boolean-bitfield" }
|
||||
db = { path = "../db" }
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
genesis = { path = "../../eth2/genesis" }
|
||||
hashing = { path = "../../eth2/utils/hashing" }
|
||||
parking_lot = "0.7"
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user