Commit ab663b0b authored by Sebastian Stammler's avatar Sebastian Stammler Committed by GitHub

op-batcher: Log on successful Plasma SetInput (#10950)

parent 57c833ae
......@@ -509,6 +509,7 @@ func (l *BatchSubmitter) sendTransaction(ctx context.Context, txdata txData, que
l.recordFailedTx(txdata.ID(), err)
return nil
}
l.Log.Info("Set plasma input", "commitment", comm, "tx", txdata.ID())
// signal plasma commitment tx with TxDataVersion1
data = comm.TxData()
}
......
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