mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Depend on txpool subcrate for Status to avoid big dependency graph (#22)
This commit is contained in:
+1
-1
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user