Skip to content

Commit

Permalink
set utxo info log to debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
studyzy committed Sep 10, 2020
1 parent a44d2c2 commit c6e7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dag/common/utxo_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ func (repository *UtxoRepository) destroyUtxo(txid common.Hash, unitTime uint64,
o := txin.PreviousOutPoint.Clone()
outputs = append(outputs, o)
}
log.InfoDynamic(func() string {
log.DebugDynamic(func() string {
result := "Inputs:"
for _, o := range outputs {
result += o.String() + ";"
Expand Down

0 comments on commit c6e7bb8

Please sign in to comment.