QuarkChain / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Reuse code len when check contract stake #21

Closed ninjaahhh closed 2 years ago

ninjaahhh commented 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