Renamed execBlock

poc8
obscuren 11 years ago
parent 176b780251
commit 17e8d7519b
  1. 2
      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)
}
/*

Loading…
Cancel
Save