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 1bd2cac commit 471e650Copy full SHA for 471e650
staticaddr/withdraw/manager.go
@@ -558,9 +558,6 @@ 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.
@@ -580,7 +577,7 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
580
577
return false, nil
581
578
582
579
} else {
583
- log.Debugf("Published deposit withdrawal with txid: %v",
+ log.Debugf("published deposit withdrawal with txid: %v",
584
tx.TxHash())
585
586
0 commit comments