From 80f26086eeb126cb87000f283cb5ccc3df95dbcc Mon Sep 17 00:00:00 2001
From: Jeffrey Wilcke <geffobscura@gmail.com>
Date: Wed, 21 Oct 2015 02:31:46 +0200
Subject: core, tests: get_hash fix

Make sure that we're fetching the hash from the current chain and not
the canonical chain.
---
 core/vm/environment.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'core/vm')

diff --git a/core/vm/environment.go b/core/vm/environment.go
index ec739b26c..299d12674 100644
--- a/core/vm/environment.go
+++ b/core/vm/environment.go
@@ -39,7 +39,7 @@ type Environment interface {
 	// The block number this VM is invoken on
 	BlockNumber() *big.Int
 	// The n'th hash ago from this block number
-	GetHash(n uint64) common.Hash
+	GetHash(uint64) common.Hash
 	// The handler's address
 	Coinbase() common.Address
 	// The current time (block time)
-- 
cgit v1.2.3