Update dalek version
This commit is contained in:
committed by
Trent Nelson
parent
3d40ca86b0
commit
eb24f3df84
@ -312,7 +312,7 @@ pub fn ed25519_verify(
|
||||
// power-of-two number around that accounting for the fact that the CPU
|
||||
// may be busy doing other things while being a real validator
|
||||
// TODO: dynamically adjust this crossover
|
||||
if count < 64 {
|
||||
if count < std::usize::MAX {
|
||||
return ed25519_verify_cpu(batches);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user