Closed ninjaahhh closed 2 years ago
found out during testing
in CallCode and DelegateCall, we are reading the code through evm.StateDB.GetCode anyway, no need for extra db reading its length
CallCode
DelegateCall
evm.StateDB.GetCode
found out during testing
in
CallCode
andDelegateCall
, we are reading the code throughevm.StateDB.GetCode
anyway, no need for extra db reading its length