Browse Source

removed obsolete console flag

Bas van Kervel 10 năm trước cách đây
mục cha
commit
55a796b7c3
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      cmd/console/main.go
  2. 0 1
      cmd/utils/flags.go

+ 0 - 1
cmd/console/main.go

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

+ 0 - 1
cmd/utils/flags.go

@@ -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) {