itest+sweep: fix current itest re anchor deadline

This commit is contained in:
yyforyongyu
2024-05-16 23:22:19 +08:00
parent e68c0235c6
commit 4079f61d7e
4 changed files with 59 additions and 80 deletions

View File

@@ -1216,8 +1216,8 @@ func (t *TxPublisher) createSweepTx(inputs []input.Input, changePkScript []byte,
}
}
log.Debugf("Created sweep tx %v for %v inputs", sweepTx.TxHash(),
len(inputs))
log.Debugf("Created sweep tx %v for inputs:\n%v", sweepTx.TxHash(),
inputTypeSummary(inputs))
return sweepTx, txFee, nil
}