We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PendingComponents
None
1 parent b358a1a commit 4af2855Copy full SHA for 4af2855
beacon_node/beacon_chain/src/data_availability_checker/overflow_lru_cache.rs
@@ -289,7 +289,7 @@ impl<E: EthSpec> PendingComponents<E> {
289
290
/// Returns an empty `PendingComponents` object with the given block root.
291
pub fn empty(block_root: Hash256, max_len: usize) -> Self {
292
- let span = debug_span!("pending_components", %block_root);
+ let span = debug_span!(parent: None, "pending_components", %block_root);
293
let _guard = span.clone().entered();
294
Self {
295
block_root,
0 commit comments