Fixing disappearing content.

This commit is contained in:
Tomasz Drwięga
2017-04-05 11:37:45 +02:00
parent 5f9dc13207
commit 6165eda356
5 changed files with 36 additions and 32 deletions

View File

@@ -101,12 +101,11 @@ mod server {
use ethcore::transaction::{Transaction, Action};
use ethcore::client::{Client, BlockChainClient, BlockId};
use ethcore_rpc::is_major_importing;
use hash_fetch::fetch::Client as FetchClient;
use hash_fetch::urlhint::ContractClient;
use parity_dapps;
use parity_reactor;
pub type Middleware = parity_dapps::Middleware<FetchClient>;
pub use parity_dapps::Middleware;
pub fn dapps_middleware(
deps: Dependencies,