ethsync: optional ipc codegen

This commit is contained in:
Robert Habermeier
2016-12-08 19:52:48 +01:00
parent 2e87e31157
commit efd66f566d
12 changed files with 36 additions and 38 deletions

View File

@@ -17,4 +17,6 @@
pub mod helpers;
pub mod snapshot;
mod chain;
#[cfg(feature = "ipc")]
mod rpc;