Completely remove all dapps struct from rpc (#9107)

* Completely remove all dapps struct from rpc

* Remove unused pub use
This commit is contained in:
Wei Tang
2018-07-16 19:42:59 +08:00
committed by 5chdn
parent 984674f39e
commit e2ac2db0cd
16 changed files with 6 additions and 179 deletions

View File

@@ -20,7 +20,6 @@ use std::str::FromStr;
use std::sync::{Arc, Weak};
pub use parity_rpc::signer::SignerService;
pub use parity_rpc::dapps::LocalDapp;
use ethcore_service::PrivateTxService;
use ethcore::account_provider::AccountProvider;