diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-17 00:27:05 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-17 00:27:05 +0800 |
commit | 93fcabd25189b447cc5c52523134cca2fa1d794e (patch) | |
tree | 152b24831fbb2d547bc2189b0b92a2b18c8f64b7 /ethvm/environment.go | |
parent | bb5038699ef7e08054ef154107e359dce2e3b106 (diff) | |
download | go-tangerine-93fcabd25189b447cc5c52523134cca2fa1d794e.tar.gz go-tangerine-93fcabd25189b447cc5c52523134cca2fa1d794e.tar.zst go-tangerine-93fcabd25189b447cc5c52523134cca2fa1d794e.zip |
Fixed most of the tests
Diffstat (limited to 'ethvm/environment.go')
-rw-r--r-- | ethvm/environment.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethvm/environment.go b/ethvm/environment.go index 38dbc6499..b04fa332e 100644 --- a/ethvm/environment.go +++ b/ethvm/environment.go @@ -17,6 +17,7 @@ type Environment interface { Time() int64 Difficulty() *big.Int BlockHash() []byte + GasLimit() *big.Int } type Object interface { |