From 3d177be73e127b08a52988fde308eed29eac4699 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 15 Oct 2014 00:40:41 +0200 Subject: Couple of minor issues fixed * CALLVALUE pushed incorrect value to the stack * Set execution model to closure --- ethvm/environment.go | 1 - 1 file changed, 1 deletion(-) (limited to 'ethvm/environment.go') diff --git a/ethvm/environment.go b/ethvm/environment.go index e261f8462..38dbc6499 100644 --- a/ethvm/environment.go +++ b/ethvm/environment.go @@ -16,7 +16,6 @@ type Environment interface { Coinbase() []byte Time() int64 Difficulty() *big.Int - Value() *big.Int BlockHash() []byte } -- cgit