mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-10 13:56:27 +00:00
eip-615: BEGINDATA instruction finishes the analysis
This commit is contained in:
parent
c5c0c4d207
commit
4d3d19ea7e
@ -298,7 +298,7 @@ The basic approach is to call `validate_subroutine(i, 0, 0)`, for _i_ equal to t
|
|||||||
if SP > 1024
|
if SP > 1024
|
||||||
return false
|
return false
|
||||||
|
|
||||||
if instruction is STOP, RETURN, or SUICIDE
|
if instruction is STOP, RETURN, SUICIDE or BEGINDATA
|
||||||
return true
|
return true
|
||||||
|
|
||||||
// violates single entry
|
// violates single entry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user