Skip to content

Commit

Permalink
Consume L2 block end data in data_stream.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fractasy committed Jul 31, 2024
1 parent a6d3874 commit 4cce743
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/prover/data_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -850,8 +850,11 @@ zkresult dataStream2batch (const string &dataStream, DataStreamBatch &batch)
continue;
}

case datastream::v1::ENTRY_TYPE_L2_BLOCK_END:
case datastream::v1::ENTRY_TYPE_L2_BLOCK_END: // L2 block end
{
// Ignore, just pretend to have parsed this data
p += dataLength;

continue;
}
#endif
Expand Down

0 comments on commit 4cce743

Please sign in to comment.