should_forward function

This commit is contained in:
Grant Wuerker
2019-11-06 19:46:03 +09:00
parent 1d40a723b0
commit 410c8aa2bd
3 changed files with 53 additions and 7 deletions

View File

@@ -21,3 +21,5 @@ error-chain = "0.12.0"
tokio = "0.1.16"
parking_lot = "0.9.0"
smallvec = "0.6.10"
state_processing = { path = "../../eth2/state_processing" }
bls = { path = "../../eth2/utils/bls" }