mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
Renamed execBlock
This commit is contained in:
parent
176b780251
commit
17e8d7519b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue