Enable bulk signature verification (#739)

* Change verification strategy

* Update EF tests
This commit is contained in:
pscott
2019-12-18 02:22:50 +01:00
committed by Paul Hauner
parent 03ed66e933
commit e9149f4580
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ impl<E: EthSpec> Case for SanityBlocks<E> {
&mut state,
block,
None,
BlockSignatureStrategy::VerifyIndividual,
BlockSignatureStrategy::VerifyBulk,
spec,
)?;