fixed windows build problem

pull/1239/head
Bas van Kervel 10 years ago committed by Bas van Kervel
parent 0a600a03ee
commit 8aea85e374
  1. 2
      rpc/comms/ipc_windows.go

@ -647,7 +647,7 @@ func newIpcClient(cfg IpcConfig, codec codec.Codec) (*ipcClient, error) {
return &ipcClient{codec.New(c)}, nil return &ipcClient{codec.New(c)}, nil
} }
func startIpc(cfg IpcConfig, codec codec.Codec, api api.Ethereum) error { func startIpc(cfg IpcConfig, codec codec.Codec, api api.EthereumApi) error {
os.Remove(cfg.Endpoint) // in case it still exists from a previous run os.Remove(cfg.Endpoint) // in case it still exists from a previous run
l, err := Listen(cfg.Endpoint) l, err := Listen(cfg.Endpoint)

Loading…
Cancel
Save