diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-12 15:42:57 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-12 15:42:57 +0800 |
commit | 55a796b7c3a9560f27b0bfc7fe064e84d1b36608 (patch) | |
tree | b062611219238127f6cd60daae698751a396acd3 /cmd/utils/flags.go | |
parent | 359e6414e50df415caa1d4411224c6d48b6cb798 (diff) | |
download | go-tangerine-55a796b7c3a9560f27b0bfc7fe064e84d1b36608.tar.gz go-tangerine-55a796b7c3a9560f27b0bfc7fe064e84d1b36608.tar.zst go-tangerine-55a796b7c3a9560f27b0bfc7fe064e84d1b36608.zip |
removed obsolete console flag
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r-- | cmd/utils/flags.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 3626c36f2..ec29598fb 100644 --- a/cmd/utils/flags.go +++ b/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) { |