mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-09 06:12:32 +00:00
Remove diffs from restoreUTXO logs (#1354)
Co-authored-by: stasatdaglabs <39559713+stasatdaglabs@users.noreply.github.com>
This commit is contained in:
parent
6279db2bf1
commit
741e0962be
@ -77,8 +77,7 @@ func (csm *consensusStateManager) restorePastUTXO(blockHash *externalapi.DomainH
|
|||||||
}
|
}
|
||||||
if !exists {
|
if !exists {
|
||||||
log.Debugf("Block %s does not have a UTXO diff child, "+
|
log.Debugf("Block %s does not have a UTXO diff child, "+
|
||||||
"meaning we reached the virtual. Returning the collected "+
|
"meaning we reached the virtual", nextBlockHash)
|
||||||
"UTXO diffs: %s", nextBlockHash, utxoDiffs)
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -88,8 +87,7 @@ func (csm *consensusStateManager) restorePastUTXO(blockHash *externalapi.DomainH
|
|||||||
}
|
}
|
||||||
if nextBlockHash == nil {
|
if nextBlockHash == nil {
|
||||||
log.Debugf("Block %s does not have a UTXO diff child, "+
|
log.Debugf("Block %s does not have a UTXO diff child, "+
|
||||||
"meaning we reached the virtual. Returning the collected "+
|
"meaning we reached the virtual", nextBlockHash)
|
||||||
"UTXO diffs: %s", nextBlockHash, utxoDiffs)
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user