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
+2 -1
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))
}