Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Dec 23, 2023
1 parent 3227257 commit 6db180a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function getDefaultHandlers(modules: ValidatorFnsModules, options: GossipHandler
}

if (e.action === GossipAction.REJECT) {
chain.persistInvalidSszValue(ssz.deneb.BlobSidecar, blobSidecar, `gossip_reject_slot_${slot}`);
chain.persistInvalidSszValue(ssz.deneb.BlobSidecar, blobSidecar, `gossip_reject_slot_${slot}_index_${blobSidecar.index}`);
}
}

Expand Down

0 comments on commit 6db180a

Please sign in to comment.