Skip to content

Commit 64b0e24

Browse files
authored
Merge pull request #818 from hieblmi/in-batch-logging
sweepbatcher: log confirmed batch tx id
2 parents 634fbbc + 3ee3963 commit 64b0e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sweepbatcher/sweep_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ func (b *batch) handleSpend(ctx context.Context, spendTx *wire.MsgTx) error {
19971997
// handleConf handles a confirmation notification. This is the final step of the
19981998
// batch. Here we signal to the batcher that this batch was completed.
19991999
func (b *batch) handleConf(ctx context.Context) error {
2000-
b.log.Infof("confirmed")
2000+
b.log.Infof("confirmed in txid %s", b.batchTxid)
20012001
b.state = Confirmed
20022002

20032003
return b.store.ConfirmBatch(ctx, b.id)

0 commit comments

Comments
 (0)