Skip to content

Commit

Permalink
Merge pull request ethereum#647 from pirapira/begindata_end
Browse files Browse the repository at this point in the history
eip-615: BEGINDATA instruction finishes the analysis
  • Loading branch information
gcolvin authored Jun 20, 2017
2 parents c5c0c4d + 4d3d19e commit 9bf0125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-615.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The basic approach is to call `validate_subroutine(i, 0, 0)`, for _i_ equal to t
if SP > 1024
return false
if instruction is STOP, RETURN, or SUICIDE
if instruction is STOP, RETURN, SUICIDE or BEGINDATA
return true
// violates single entry
Expand Down

0 comments on commit 9bf0125

Please sign in to comment.