mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Comment out kernel history check until fixed
This commit is contained in:
parent
6898b64628
commit
ece2fcc56a
1 changed files with 2 additions and 1 deletions
|
@ -931,7 +931,8 @@ impl<'a> Extension<'a> {
|
||||||
|
|
||||||
// Verify kernel roots for all past headers, need to be last as it rewinds
|
// Verify kernel roots for all past headers, need to be last as it rewinds
|
||||||
// a lot without resetting
|
// 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))
|
Ok((output_sum, kernel_sum))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue