Add standard RPC service

This commit is contained in:
Age Manning
2019-03-19 23:47:58 +11:00
parent 4b57d32b60
commit d2f12b7c18
4 changed files with 14 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
beacon_chain = { path = "../beacon_chain" }
network = { path = "../network" }
db = { path = "../db" }
rpc = { path = "../rpc" }
fork_choice = { path = "../../eth2/fork_choice" }
types = { path = "../../eth2/types" }
slot_clock = { path = "../../eth2/utils/slot_clock" }