Gas corrections and vm fixes

This commit is contained in:
obscuren
2014-12-18 21:58:26 +01:00
parent 5ad473d758
commit 198cc69357
8 changed files with 116 additions and 83 deletions

View File

@ -37,7 +37,7 @@ var (
GasLog = big.NewInt(32)
GasSha256 = big.NewInt(50)
GasRipemd = big.NewInt(50)
GasEcrecover = big.NewInt(100)
GasEcrecover = big.NewInt(500)
Pow256 = ethutil.BigPow(2, 256)