Add extra_data field

This commit is contained in:
Paul Hauner
2021-09-27 11:15:36 +10:00
parent 7091adf58c
commit 03b984aa89
3 changed files with 11 additions and 2 deletions

View File

@@ -22,3 +22,4 @@ environment = { path = "../../lighthouse/environment" }
bytes = "1.1.0"
task_executor = { path = "../../common/task_executor" }
hex = "0.4.2"
eth2_ssz_types = { path = "../../consensus/ssz_types"}