remove further debug statement

This commit is contained in:
Yeastplume 2023-10-26 11:58:33 +01:00
parent 9fdb6eb3f8
commit f4122d19d0

View file

@ -729,7 +729,6 @@ impl Chain {
// ensure the view is consistent.
txhashset::extending_readonly(&mut header_pmmr, &mut txhashset, |ext, batch| {
self.rewind_and_apply_fork(&header, ext, batch)?;
error!("VALIDATE");
ext.extension.validate(
&self.genesis.header,
fast_validation,