mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Logger fix
This commit is contained in:
parent
a42d66efff
commit
1121a38bd5
1 changed files with 0 additions and 1 deletions
|
@ -438,7 +438,6 @@ fn validate_header(header: &BlockHeader, ctx: &mut BlockContext) -> Result<(), E
|
|||
// check the secondary PoW scaling factor if applicable
|
||||
if header.pow.secondary_scaling != next_header_info.secondary_scaling {
|
||||
info!(
|
||||
LOGGER,
|
||||
"validate_header: header secondary scaling {} != {}",
|
||||
header.pow.secondary_scaling,
|
||||
next_header_info.secondary_scaling
|
||||
|
|
Loading…
Reference in a new issue