Skip to content

Commit

Permalink
remove dup log (#13149)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored and sigma committed Dec 19, 2024
1 parent 967a6a2 commit e86ac50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/txmgr/txmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ func (m *SimpleTxManager) sendTx(ctx context.Context, tx *types.Transaction) (*t
func (m *SimpleTxManager) publishTx(ctx context.Context, tx *types.Transaction, sendState *SendState) (*types.Transaction, bool) {
l := m.txLogger(tx, true)

l.Info("Publishing transaction", "tx", tx.Hash())
l.Info("Publishing transaction")

for {
if sendState.bumpFees {
Expand Down

0 comments on commit e86ac50

Please sign in to comment.