Skip to content

Commit 3ed8c7a

Browse files
committed
staticaddr/withdraw: log PublishTransaction start
1 parent cc5113d commit 3ed8c7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

staticaddr/withdraw/manager.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,9 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
558558
"withdrawal tx is nil")
559559
}
560560

561+
log.Debugf("Publishing deposit withdrawal with txid: %v ...",
562+
tx.TxHash())
563+
561564
txLabel := fmt.Sprintf("deposit-withdrawal-%v", tx.TxHash())
562565

563566
// Publish the withdrawal sweep transaction.
@@ -577,7 +580,7 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
577580
return false, nil
578581
}
579582
} else {
580-
log.Debugf("published deposit withdrawal with txid: %v",
583+
log.Debugf("Published deposit withdrawal with txid: %v",
581584
tx.TxHash())
582585
}
583586

0 commit comments

Comments
 (0)