add block and blobs sidecar to whitelist
This commit is contained in:
parent
d6838d67dc
commit
07a79c8266
@ -253,6 +253,7 @@ pub(crate) fn create_whitelist_filter(
|
|||||||
add(ProposerSlashing);
|
add(ProposerSlashing);
|
||||||
add(AttesterSlashing);
|
add(AttesterSlashing);
|
||||||
add(SignedContributionAndProof);
|
add(SignedContributionAndProof);
|
||||||
|
add(BeaconBlocksAndBlobsSidecar);
|
||||||
for id in 0..attestation_subnet_count {
|
for id in 0..attestation_subnet_count {
|
||||||
add(Attestation(SubnetId::new(id)));
|
add(Attestation(SubnetId::new(id)));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user