mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
net: Remove p2p-tcp and p2p-unix features
We should always compile these in.
This commit is contained in:
@@ -189,12 +189,8 @@ event-graph = [
|
||||
"rpc",
|
||||
]
|
||||
|
||||
p2p-unix = []
|
||||
|
||||
p2p-nym = []
|
||||
|
||||
p2p-tcp = ["socket2"]
|
||||
|
||||
p2p-tor = [
|
||||
"arti-client",
|
||||
"tor-hsservice",
|
||||
@@ -215,6 +211,7 @@ net = [
|
||||
"rustls-pemfile",
|
||||
"semver",
|
||||
"serde",
|
||||
"socket2",
|
||||
"structopt",
|
||||
"structopt-toml",
|
||||
"url",
|
||||
@@ -226,10 +223,8 @@ net = [
|
||||
"system",
|
||||
"util",
|
||||
|
||||
"p2p-tcp",
|
||||
"p2p-tor",
|
||||
#"p2p-nym",
|
||||
"p2p-unix",
|
||||
]
|
||||
|
||||
rpc = [
|
||||
|
||||
Reference in New Issue
Block a user