Cleanup VM.
* CALLDATA use getData * removed old context get range value * removed casting big => int for some cases * pc now big int #457
This commit is contained in:
@ -33,6 +33,7 @@ var (
|
||||
S256 = common.S256
|
||||
|
||||
Zero = common.Big0
|
||||
One = common.Big1
|
||||
|
||||
max = big.NewInt(math.MaxInt64)
|
||||
)
|
||||
|
Reference in New Issue
Block a user