From 723eb164d1e1a75ff7c832506d03f22006905d15 Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Tue, 18 Oct 2016 15:03:36 +0300 Subject: [PATCH] disable ipc by default (#2657) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38003e7a1..0173533ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ version = "0.9" default-features = false [features] -default = ["ui", "use-precompiled-js", "ipc"] +default = ["ui", "use-precompiled-js"] ui = ["dapps", "ethcore-signer/ui"] use-precompiled-js = ["ethcore-dapps/use-precompiled-js", "ethcore-signer/use-precompiled-js"] dapps = ["ethcore-dapps"]