diff --git a/Cargo.toml b/Cargo.toml index 5f183328aa..d7683a6235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/src/rpc.rs b/src/rpc.rs index b3eec928f3..3e9fbedeb9 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -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,