mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Enable bulk signature verification (#739)
* Change verification strategy * Update EF tests
This commit is contained in:
@@ -84,7 +84,7 @@ impl<E: EthSpec> Case for SanityBlocks<E> {
|
||||
&mut state,
|
||||
block,
|
||||
None,
|
||||
BlockSignatureStrategy::VerifyIndividual,
|
||||
BlockSignatureStrategy::VerifyBulk,
|
||||
spec,
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user