Add execute_payload to block_gen

This commit is contained in:
Paul Hauner
2021-09-29 10:34:10 +10:00
parent f76a1d139f
commit 837acc11e6
3 changed files with 26 additions and 3 deletions

View File

@@ -25,3 +25,4 @@ hex = "0.4.2"
eth2_ssz_types = { path = "../../consensus/ssz_types"}
lru = "0.6.0"
exit-future = "0.2.0"
tree_hash = { path = "../../consensus/tree_hash"}