Enable bulk signature verification (#739)

* Change verification strategy

* Update EF tests
This commit is contained in:
pscott
2019-12-18 12:22:50 +11:00
committed by Paul Hauner
parent 03ed66e933
commit e9149f4580
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ impl<E: EthSpec> Case for SanityBlocks<E> {
&mut state,
block,
None,
BlockSignatureStrategy::VerifyIndividual,
BlockSignatureStrategy::VerifyBulk,
spec,
)?;