Skip to content

Commit

Permalink
Update lib/evmone/eof.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Maiboroda <[email protected]>
  • Loading branch information
pdobacz and gumb0 authored May 8, 2024
1 parent 88ef87e commit b21dfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evmone/eof.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ EOFValidationError validate_eof1(evmc_revision rev, bytes_view main_container) n

while (!container_queue.empty())
{
// Validate subcontainer headers and get their data sections
// Validate subcontainer headers and record whether they can be used as initcontainers
const auto& [container, header] = container_queue.front();
std::vector<bool> subcontainer_can_init;
for (size_t subcont_idx = 0; subcont_idx < header.container_sizes.size(); ++subcont_idx)
Expand Down

0 comments on commit b21dfe9

Please sign in to comment.