aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-12 18:22:16 +0800
committerobscuren <geffobscura@gmail.com>2014-05-12 18:22:16 +0800
commit5d15563ea768e03a6aef28e0b7cff4fa871cca08 (patch)
tree151f0fb90527e3cd60752f32370970b0b33edec3 /ethereum
parenta3cc4b0b8048056037693f34c56b04d1a4efb22f (diff)
downloadgo-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar.gz
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar.bz2
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar.lz
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar.xz
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.tar.zst
go-tangerine-5d15563ea768e03a6aef28e0b7cff4fa871cca08.zip
PreProcess => PreParse
Diffstat (limited to 'ethereum')
-rw-r--r--ethereum/dev_console.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/dev_console.go b/ethereum/dev_console.go
index d2be43205..9bdd58942 100644
--- a/ethereum/dev_console.go
+++ b/ethereum/dev_console.go
@@ -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)