mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 18:42:20 +00:00
Disable sig verification when filling blocks
This commit is contained in:
parent
3365106340
commit
a474061ec7
@ -134,7 +134,7 @@ impl<T: EthSpec> OperationPool<T> {
|
|||||||
verify_attestation_for_block_inclusion(
|
verify_attestation_for_block_inclusion(
|
||||||
state,
|
state,
|
||||||
attestation,
|
attestation,
|
||||||
VerifySignatures::True,
|
VerifySignatures::False,
|
||||||
spec,
|
spec,
|
||||||
)
|
)
|
||||||
.is_ok()
|
.is_ok()
|
||||||
|
Loading…
Reference in New Issue
Block a user