Commit 02984464 authored by Roberto Bayardo's avatar Roberto Bayardo Committed by GitHub

fix log line to use the txlogger instead of default logger (#9660)

parent 416cdccd
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment