diff --git a/domain_test_service/domain/struct.DomainNodeBuilder.html b/domain_test_service/domain/struct.DomainNodeBuilder.html index aaa055fd7c..54b02d4220 100644 --- a/domain_test_service/domain/struct.DomainNodeBuilder.html +++ b/domain_test_service/domain/struct.DomainNodeBuilder.html @@ -13,7 +13,7 @@ self, role: Role, domain_id: DomainId, - mock_consensus_node: &mut MockConsensusNode + mock_consensus_node: &mut MockConsensusNode ) -> EvmDomainNode
Build a evm domain node
Crate an archiver task that will listen for importing blocks and archive blocks at Derive genesis segment on demand, returns Derive genesis segment on demand, returns K
depth,
producing pieces and segment headers (segment headers are then added back to the blockchain as
diff --git a/sc_consensus_subspace/archiver/fn.recreate_genesis_segment.html b/sc_consensus_subspace/archiver/fn.recreate_genesis_segment.html
index b8e9b6603e..f8afabc6b6 100644
--- a/sc_consensus_subspace/archiver/fn.recreate_genesis_segment.html
+++ b/sc_consensus_subspace/archiver/fn.recreate_genesis_segment.html
@@ -4,5 +4,5 @@
) -> Result<Option<NewArchivedSegment>, Box<dyn Error>>where
Block: BlockT,
Client: ProvideRuntimeApi<Block> + BlockBackend<Block> + HeaderBackend<Block>,
- Client::Api: ObjectsApi<Block>,Expand description
Ok(None)
in case genesis block was already prunedExpand description
Ok(None)
in case genesis block was already pruned