Reverting back to old-hyper version of rpc

This commit is contained in:
Tomasz Drwięga
2016-04-07 16:30:49 +02:00
parent b7c790d741
commit 9bd41761fc
4 changed files with 14 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ use daemonize::Daemonize;
use number_prefix::{binary_prefix, Standalone, Prefixed};
#[cfg(feature = "rpc")]
use rpc::Server as RpcServer;
#[cfg(feature = "webapp")]
use webapp::Listening as WebappServer;
mod price_info;