Merge branch 'signer-rpc' into signer-signing

This commit is contained in:
Tomasz Drwięga 2016-05-28 19:40:34 +02:00
commit f339b6a491
2 changed files with 3 additions and 5 deletions

View File

@ -34,9 +34,9 @@
//! let io = IoHandler::new();
//! io.add_method("say_hello", SayHello);
//! let _server = Server::start_unsecure_http(
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! }
//! ```
//!

View File

@ -53,8 +53,6 @@ extern crate ethcore_dapps;
#[cfg(feature = "ethcore-signer")]
extern crate ethcore_signer;
#[macro_use]
mod die;
mod price_info;