mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31: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
|
// check the secondary PoW scaling factor if applicable
|
||||||
if header.pow.secondary_scaling != next_header_info.secondary_scaling {
|
if header.pow.secondary_scaling != next_header_info.secondary_scaling {
|
||||||
info!(
|
info!(
|
||||||
LOGGER,
|
|
||||||
"validate_header: header secondary scaling {} != {}",
|
"validate_header: header secondary scaling {} != {}",
|
||||||
header.pow.secondary_scaling,
|
header.pow.secondary_scaling,
|
||||||
next_header_info.secondary_scaling
|
next_header_info.secondary_scaling
|
||||||
|
|
Loading…
Reference in a new issue