Readline repl for linux & osx

This commit is contained in:
obscuren
2014-05-17 15:15:46 +02:00
parent 2ac292dc7a
commit 770808ce0d
7 changed files with 122 additions and 39 deletions

View File

@ -151,9 +151,9 @@ save these words so you can restore your account later: %s
console := NewConsole(ethereum)
go console.Start()
} else if StartJsConsole {
c := NewJSConsole(ethereum)
repl := NewJSRepl(ethereum)
go c.Start()
go repl.Start()
}
if StartRpc {