Allow producing block with execution payload

This commit is contained in:
Paul Hauner
2021-09-27 17:03:47 +10:00
parent 6cf83db13f
commit b6909b824d
7 changed files with 97 additions and 10 deletions

View File

@@ -156,6 +156,7 @@ where
let execution_layer = ExecutionLayer::from_urls(
execution_endpoints,
terminal_total_difficulty,
config.fee_recipient,
context.executor.clone(),
context.log().clone(),
)