remove binaries from hypervisor (#1960)

This commit is contained in:
Nikolay Volf
2016-08-19 16:49:58 +04:00
committed by Gav Wood
parent 070a2157e6
commit 34de330ed9
2 changed files with 16 additions and 21 deletions

View File

@@ -105,7 +105,7 @@ pub fn sync
-> Result<SyncModules, NetworkError>
{
let mut hypervisor = hypervisor_ref.take().expect("There should be hypervisor for ipc configuration");
hypervisor = hypervisor.module(SYNC_MODULE_ID, "parity", sync_arguments(sync_cfg, net_cfg, log_settings));
hypervisor = hypervisor.module(SYNC_MODULE_ID, sync_arguments(sync_cfg, net_cfg, log_settings));
hypervisor.start();
hypervisor.wait_for_startup();