diff options
Diffstat (limited to 'core/vm')
-rw-r--r-- | core/vm/environment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/environment.go b/core/vm/environment.go index a0a18a99b..6c5202185 100644 --- a/core/vm/environment.go +++ b/core/vm/environment.go @@ -7,8 +7,8 @@ import ( "math/big" "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/core/state" + "github.com/ethereum/go-ethereum/rlp" ) type Environment interface { |