Readline repl for linux & osx
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user