Exposing types from RPC

This commit is contained in:
Tomasz Drwięga
2016-05-27 15:46:07 +02:00
parent d0ae713b29
commit 6f93ecf1d2
26 changed files with 156 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ pub fn start(conf: Configuration, deps: Dependencies) -> Option<SignerServer> {
}
#[cfg(not(feature = "ethcore-signer"))]
pub fn start(conf: Configuration) -> !{
pub fn start(conf: Configuration) -> Option<SignerServer> {
if !conf.enabled {
return None;
}