log on reorganization (#1356)

This commit is contained in:
Robert Habermeier
2019-01-07 15:32:04 +01:00
committed by Gav Wood
parent 409d495b42
commit eb0ff291d6
4 changed files with 33 additions and 5 deletions
-1
View File
@@ -21,7 +21,6 @@ sr-io = { path = "../../core/sr-io" }
sr-primitives = { path = "../../core/sr-primitives" }
substrate-primitives = { path = "../../core/primitives" }
substrate-consensus-common = { path = "../../core/consensus/common" }
substrate-consensus-aura-primitives = { path = "../../core/consensus/aura/primitives" }
substrate-network = { path = "../../core/network" }
substrate-client = { path = "../../core/client" }
substrate-client-db = { path = "../../core/client/db" }
-1
View File
@@ -34,7 +34,6 @@ extern crate substrate_client as client;
extern crate substrate_client_db as client_db;
extern crate parity_codec as codec;
extern crate substrate_transaction_pool as transaction_pool;
extern crate substrate_consensus_aura_primitives as aura_primitives;
extern crate substrate_rpc_servers as rpc;
extern crate target_info;
extern crate tokio;