Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
disable ipc by default (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf authored and arkpar committed Oct 18, 2016
1 parent 0eb8cb4 commit 723eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 723eb16

Please sign in to comment.