We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5113d commit 3ed8c7aCopy full SHA for 3ed8c7a
staticaddr/withdraw/manager.go
@@ -558,6 +558,9 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
558
"withdrawal tx is nil")
559
}
560
561
+ log.Debugf("Publishing deposit withdrawal with txid: %v ...",
562
+ tx.TxHash())
563
+
564
txLabel := fmt.Sprintf("deposit-withdrawal-%v", tx.TxHash())
565
566
// Publish the withdrawal sweep transaction.
@@ -577,7 +580,7 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
577
580
return false, nil
578
581
579
582
} else {
- log.Debugf("published deposit withdrawal with txid: %v",
583
+ log.Debugf("Published deposit withdrawal with txid: %v",
584
tx.TxHash())
585
586
0 commit comments