Node listens on default port and connects to bootnodes.

This commit is contained in:
Age Manning
2019-03-08 11:07:30 +11:00
parent 9f13731d6d
commit 3c51769428
6 changed files with 61 additions and 38 deletions

View File

@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
beacon_chain = { path = "../beacon_chain" }
network = { path = "../network" }
libp2p = { path = "../libp2p" }
sync = { path = "../sync" }
db = { path = "../db" }
fork_choice = { path = "../../eth2/fork_choice" }