mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
go fmt
This commit is contained in:
parent
361a74fcaf
commit
04a6cb2176
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue