@@ -679,6 +679,14 @@ contract OVM_CanonicalTransactionChain is iOVM_CanonicalTransactionChain, Lib_Ad
extraData: hex""
});
+ emit TransactionBatchAppended(
+ header.batchIndex,
+ header.batchRoot,
+ header.batchSize,
+ header.prevTotalElements,
+ header.extraData
+ );
+
bytes32 batchHeaderHash = Lib_OVMCodec.hashBatchHeader(header);
bytes27 latestBatchContext = _makeBatchExtraData(
totalElements + uint40(header.batchSize),
message:
李蓝天:改动分类:原因:
刘志浩:改动分类:原因: