ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.09k forks source link

Fix the check logic of CALLCODE. #1285

Open feiqihang opened 4 years ago

feiqihang commented 4 years ago

The verification rule "state modification is attempted during a static call" also applies to CALLCODE. image