Rename lmd_ghost > proto_array_fork_choice

This commit is contained in:
Paul Hauner
2020-01-14 12:50:21 +11:00
parent 512b7fe4c0
commit 0f9d0ff3b9
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "proto_array_fork_choice"
version = "0.1.0"
authors = ["Paul Hauner <paul@sigmaprime.io>"]
edition = "2018"
[dependencies]
parking_lot = "0.9.0"
types = { path = "../types" }
itertools = "0.8.1"
eth2_ssz = "0.1.2"
eth2_ssz_derive = "0.1.0"