Skip to content

Commit 27fef06

Browse files
committed
Revert "staticaddr/withdraw: log PublishTransaction start"
This reverts commit 3ed8c7a.
1 parent 4fd53fa commit 27fef06

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

staticaddr/withdraw/manager.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,9 +558,6 @@ 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-
564561
txLabel := fmt.Sprintf("deposit-withdrawal-%v", tx.TxHash())
565562

566563
// Publish the withdrawal sweep transaction.
@@ -580,7 +577,7 @@ func (m *Manager) publishFinalizedWithdrawalTx(ctx context.Context,
580577
return false, nil
581578
}
582579
} else {
583-
log.Debugf("Published deposit withdrawal with txid: %v",
580+
log.Debugf("published deposit withdrawal with txid: %v",
584581
tx.TxHash())
585582
}
586583

0 commit comments

Comments
 (0)