mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +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 {
|
||||
log.Debugf("Block %s does not have a UTXO diff child, "+
|
||||
"meaning we reached the virtual. Returning the collected "+
|
||||
"UTXO diffs: %s", nextBlockHash, utxoDiffs)
|
||||
"meaning we reached the virtual", nextBlockHash)
|
||||
break
|
||||
}
|
||||
|
||||
@ -88,8 +87,7 @@ func (csm *consensusStateManager) restorePastUTXO(blockHash *externalapi.DomainH
|
||||
}
|
||||
if nextBlockHash == nil {
|
||||
log.Debugf("Block %s does not have a UTXO diff child, "+
|
||||
"meaning we reached the virtual. Returning the collected "+
|
||||
"UTXO diffs: %s", nextBlockHash, utxoDiffs)
|
||||
"meaning we reached the virtual", nextBlockHash)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user