Comment out kernel history check until fixed

This commit is contained in:
Ignotus Peverell 2018-07-03 22:26:38 +01:00
parent 6898b64628
commit ece2fcc56a
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -931,7 +931,8 @@ impl<'a> Extension<'a> {
// Verify kernel roots for all past headers, need to be last as it rewinds
// a lot without resetting
self.verify_kernel_history(header)?;
// TODO broken in fast sync, fix
// self.verify_kernel_history(header)?;
Ok((output_sum, kernel_sum))
}