Merge pull request #1983 from ethcore/ipc-rel-dir

Use relative path for IPC sockets
This commit is contained in:
Nikolay Volf
2016-08-23 16:36:23 +04:00
committed by GitHub
11 changed files with 95 additions and 24 deletions

View File

@@ -306,4 +306,5 @@ impl From<BasicNetworkConfiguration> for NetworkConfiguration {
pub struct ServiceConfiguration {
pub sync: SyncConfig,
pub net: NetworkConfiguration,
pub io_path: String,
}