Skip to content

Commit

Permalink
fix log line to use the txlogger instead of default logger (ethereum-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Bayardo authored Feb 27, 2024
1 parent 416cdcc commit 0298446
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 @@ -490,7 +490,7 @@ func (m *SimpleTxManager) publishTx(ctx context.Context, tx *types.Transaction,

if err == nil {
m.metr.TxPublished("")
log.Info("Transaction successfully published")
l.Info("Transaction successfully published")
return tx, true
}

Expand Down

0 comments on commit 0298446

Please sign in to comment.