fix compilation issues

This commit is contained in:
realbigsean
2023-01-12 14:17:14 -05:00
parent 06f71e8cce
commit d96d793bfb
10 changed files with 56 additions and 6 deletions

View File

@@ -9,7 +9,6 @@ edition = "2021"
ef_tests = []
milagro = ["bls/milagro"]
fake_crypto = ["bls/fake_crypto"]
withdrawals-processing = ["state_processing/withdrawals-processing", "store/withdrawals-processing", "beacon_chain/withdrawals-processing", "execution_layer/withdrawals-processing"]
[dependencies]
bls = { path = "../../crypto/bls", default-features = false }