Skip to content

Commit a0cd650

Browse files
committed
add batch hash
1 parent e39cbf9 commit a0cd650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ func (api *MorphAPI) GetRollupBatchByIndex(ctx context.Context, index uint64) (*
786786

787787
return &RPCRollupBatch{
788788
Version: rollupBatch.Version,
789+
Hash: rollupBatch.Hash,
789790
ParentBatchHeader: rollupBatch.ParentBatchHeader,
790791
Chunks: hexChunks,
791792
SkippedL1MessageBitmap: rollupBatch.SkippedL1MessageBitmap,

0 commit comments

Comments
 (0)