Skip to content

Commit 9bf0125

Browse files
authored
Merge pull request #647 from pirapira/begindata_end
eip-615: BEGINDATA instruction finishes the analysis
2 parents c5c0c4d + 4d3d19e commit 9bf0125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-615.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The basic approach is to call `validate_subroutine(i, 0, 0)`, for _i_ equal to t
298298
if SP > 1024
299299
return false
300300
301-
if instruction is STOP, RETURN, or SUICIDE
301+
if instruction is STOP, RETURN, SUICIDE or BEGINDATA
302302
return true
303303
304304
// violates single entry

0 commit comments

Comments
 (0)