changed send methods for backwards compatability in geth console
This commit is contained in:
committed by
Bas van Kervel
parent
a1a475fb92
commit
862117e4bd
@ -307,8 +307,8 @@ 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,
|
||||
nil,
|
||||
)
|
||||
@ -329,8 +329,8 @@ 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,
|
||||
nil,
|
||||
)
|
||||
|
Reference in New Issue
Block a user