removed obsolete console flag

pull/1254/head
Bas van Kervel 10 years ago
parent 359e6414e5
commit 55a796b7c3
  1. 1
      cmd/console/main.go
  2. 1
      cmd/utils/flags.go

@ -52,7 +52,6 @@ func init() {
app.Action = run
app.Flags = []cli.Flag{
utils.IPCDisabledFlag,
utils.IPCPathFlag,
utils.VerbosityFlag,
utils.JSpathFlag,

@ -386,7 +386,6 @@ func MakeAccountManager(ctx *cli.Context) *accounts.Manager {
}
func IpcSocketPath(ctx *cli.Context) (ipcpath string) {
if common.IsWindows() {
ipcpath = common.DefaultIpcPath()
if ipcpath != ctx.GlobalString(IPCPathFlag.Name) {

Loading…
Cancel
Save