Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulmalikGiwa committed Mar 7, 2024
1 parent c67f2bb commit a5d1b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-batcher/batcher/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ func (l *BatchSubmitter) publishTxToL1(ctx context.Context, queue *txmgr.Queue[t
copy(array[:], receipt.TxHash.Bytes())
arrayOfVHs = append(arrayOfVHs, array)
packedData, err := parsedABI.Pack(appendSequencerBatchMethodName, arrayOfVHs)
l.Log.Warn("Packed data", "data", packedData)
if err != nil {
l.Log.Error("Failed to pack data for function call: %v", err)
l.recordFailedTx(txdata, err)
Expand Down

0 comments on commit a5d1b14

Please sign in to comment.