Skip to content

Commit 55b32e1

Browse files
committed
add debug log message
1 parent 8ea4315 commit 55b32e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup/internal/controller/relayer/l2_relayer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,6 +1231,7 @@ func (r *Layer2Relayer) constructFinalizeBundlePayloadCodecV7(dbBatch *orm.Batch
12311231
return calldata, nil
12321232
}
12331233

1234+
fmt.Println("packing finalizeBundlePostEuclidV2NoProof", len(dbBatch.BatchHeader), dbBatch.CodecVersion, dbBatch.BatchHeader, new(big.Int).SetUint64(endChunk.TotalL1MessagesPoppedBefore+endChunk.TotalL1MessagesPoppedInChunk), common.HexToHash(dbBatch.StateRoot), common.HexToHash(dbBatch.WithdrawRoot))
12341235
// finalizeBundle without proof.
12351236
calldata, packErr := r.l1RollupABI.Pack(
12361237
"finalizeBundlePostEuclidV2NoProof",

0 commit comments

Comments
 (0)