From 17e8d7519b1aac322db08b857e63db82a322d6cf Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Tue, 24 Jun 2014 09:36:05 +0200
Subject: Renamed execBlock

---
 ethereum/javascript_runtime.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethereum/javascript_runtime.go b/ethereum/javascript_runtime.go
index 737f7663f..92d9c119f 100644
--- a/ethereum/javascript_runtime.go
+++ b/ethereum/javascript_runtime.go
@@ -138,7 +138,7 @@ func (self *JSRE) initStdFuncs() {
 	eth.Set("require", self.require)
 	eth.Set("stopMining", self.stopMining)
 	eth.Set("startMining", self.startMining)
-	eth.Set("blockDo", self.execBlock)
+	eth.Set("execBlock", self.execBlock)
 }
 
 /*
-- 
cgit v1.2.3