Commit 17e8d751 authored by obscuren's avatar obscuren

Renamed execBlock

parent 176b7802
...@@ -138,7 +138,7 @@ func (self *JSRE) initStdFuncs() { ...@@ -138,7 +138,7 @@ func (self *JSRE) initStdFuncs() {
eth.Set("require", self.require) eth.Set("require", self.require)
eth.Set("stopMining", self.stopMining) eth.Set("stopMining", self.stopMining)
eth.Set("startMining", self.startMining) eth.Set("startMining", self.startMining)
eth.Set("blockDo", self.execBlock) eth.Set("execBlock", self.execBlock)
} }
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment