Skip to content

Commit 2a7ddfd

Browse files
pdobaczgumb0
andcommitted
Update lib/evmone/eof.cpp
Co-authored-by: Andrei Maiboroda <[email protected]>
1 parent 03afb0d commit 2a7ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/evmone/eof.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ EOFValidationError validate_eof1(evmc_revision rev, bytes_view main_container) n
641641

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

0 commit comments

Comments
 (0)