This commit is contained in:
Pawan Dhananjay
2023-03-21 00:46:31 +05:30
parent 38f2b88dd0
commit 0958ce610f
12 changed files with 44 additions and 196 deletions

View File

@@ -862,9 +862,6 @@ where
.ok_or("beacon_chain requires a runtime context")?
.clone();
let (tx, mut rx) =
tokio::sync::mpsc::channel::<beacon_chain::ExecutedBlock<TEthSpec>>(1000); //TODO(sean) capacity
let chain = self
.beacon_chain_builder
.ok_or("beacon_chain requires a beacon_chain_builder")?