Renamed execBlock
This commit is contained in:
parent
176b780251
commit
17e8d7519b
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user