This commit is contained in:
Josh Rickmar 2014-05-06 13:22:57 -05:00
parent 361a74fcaf
commit 04a6cb2176

View file

@ -655,7 +655,7 @@ func ReqSpentUtxoNtfns(credits []*tx.Credit) {
ops := make([]*btcwire.OutPoint, 0, len(credits))
for _, c := range credits {
op := c.OutPoint()
log.Debugf("Requesting spent UTXO notifications for Outpoint " +
log.Debugf("Requesting spent UTXO notifications for Outpoint "+
"hash %s index %d", op.Hash, op.Index)
ops = append(ops, op)
}