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

@@ -1,6 +1,6 @@
[workspace] [workspace]
members = [ members = [
"eth2/lmd_ghost", "eth2/proto_array_fork_choice",
"eth2/operation_pool", "eth2/operation_pool",
"eth2/state_processing", "eth2/state_processing",
"eth2/types", "eth2/types",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "lmd_ghost" name = "proto_array_fork_choice"
version = "0.1.0" version = "0.1.0"
authors = ["Age Manning <Age@AgeManning.com>", "Paul Hauner <paul@sigmaprime.io>"] authors = ["Paul Hauner <paul@sigmaprime.io>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]