Renamed execBlock

This commit is contained in:
obscuren 2014-06-24 09:36:05 +02:00
parent 176b780251
commit 17e8d7519b
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
/*