added console command
This commit is contained in:
committed by
Bas van Kervel
parent
bbfa0a3dcb
commit
1b59f89095
@ -307,6 +307,7 @@ func console(ctx *cli.Context) {
|
||||
repl := newJSRE(
|
||||
ethereum,
|
||||
ctx.String(utils.JSpathFlag.Name),
|
||||
ctx.GlobalString(utils.IPCPathFlag.Name),
|
||||
ctx.GlobalString(utils.RPCCORSDomainFlag.Name),
|
||||
ctx.GlobalString(utils.IPCPathFlag.Name),
|
||||
true,
|
||||
@ -329,6 +330,7 @@ func execJSFiles(ctx *cli.Context) {
|
||||
repl := newJSRE(
|
||||
ethereum,
|
||||
ctx.String(utils.JSpathFlag.Name),
|
||||
ctx.GlobalString(utils.IPCPathFlag.Name),
|
||||
ctx.GlobalString(utils.RPCCORSDomainFlag.Name),
|
||||
ctx.GlobalString(utils.IPCPathFlag.Name),
|
||||
false,
|
||||
|
Reference in New Issue
Block a user