mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
PreProcess => PreParse
This commit is contained in:
parent
a3cc4b0b80
commit
5d15563ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ func (i *Console) ParseInput(input string) bool {
|
|||
case "contract":
|
||||
fmt.Println("Contract editor (Ctrl-D = done)")
|
||||
|
||||
mainInput, initInput := mutan.PreProcess(i.Editor())
|
||||
mainInput, initInput := mutan.PreParse(i.Editor())
|
||||
mainScript, err := utils.Compile(mainInput)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue