mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Test fixes
This commit is contained in:
@@ -567,7 +567,7 @@ impl<E: EthSpec> Tester<E> {
|
||||
RpcBlock::new(
|
||||
block.clone(),
|
||||
None,
|
||||
&self.harness.chain.data_availability_checker,
|
||||
&self.harness.chain.data_availability_checker.v1(),
|
||||
self.harness.chain.spec.clone(),
|
||||
)
|
||||
.map_err(|e| Error::InternalError(format!("{:?}", e)))?,
|
||||
@@ -665,7 +665,7 @@ impl<E: EthSpec> Tester<E> {
|
||||
RpcBlock::new(
|
||||
block.clone(),
|
||||
None,
|
||||
&self.harness.chain.data_availability_checker,
|
||||
&self.harness.chain.data_availability_checker.v1(),
|
||||
self.harness.chain.spec.clone(),
|
||||
)
|
||||
.map_err(|e| Error::InternalError(format!("{:?}", e)))?,
|
||||
|
||||
Reference in New Issue
Block a user