Depend on txpool subcrate for Status to avoid big dependency graph (#22)

This commit is contained in:
Andrew Jones
2019-10-04 09:55:41 +01:00
committed by GitHub
parent 90cb9fc4cc
commit 98e3bb8640
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ srml-contracts = { git = "https://github.com/paritytech/substrate/", package = "
substrate-rpc-api = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc-api" }
substrate-rpc-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-rpc-primitives" }
substrate-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-primitives" }
transaction_pool = { git = "https://github.com/paritytech/substrate/", package = "substrate-transaction-pool" }
txpool = { git = "https://github.com/paritytech/substrate/", package = "substrate-transaction-graph" }
url = "1.7"
[dev-dependencies]
+1 -1
View File
@@ -151,7 +151,7 @@ use substrate_primitives::{
storage::StorageChangeSet,
twox_128,
};
use transaction_pool::txpool::watcher::Status;
use txpool::watcher::Status;
use crate::{
events::RawEvent,