Skip to content
Snippets Groups Projects
Commit f7a421f4 authored by tgmichel's avatar tgmichel Committed by GitHub
Browse files

`graph::ChainApi` and `graph::Pool` reexport (#9726)

* `graph::ChainApi` and `graph::Pool` reexport

* Redundant import cleanup
parent b382cc8f
Branches
No related merge requests found
......@@ -44,7 +44,7 @@ use futures::{
future::{self, ready},
prelude::*,
};
pub use graph::{Options, Transaction};
pub use graph::{ChainApi, Options, Pool, Transaction};
use parking_lot::Mutex;
use std::{
collections::{HashMap, HashSet},
......@@ -451,7 +451,7 @@ where
at: &BlockId<Self::Block>,
xt: sc_transaction_pool_api::LocalTransactionFor<Self>,
) -> Result<Self::Hash, Self::Error> {
use graph::{ChainApi, ValidatedTransaction};
use graph::ValidatedTransaction;
use sp_runtime::{
traits::SaturatedConversion, transaction_validity::TransactionValidityError,
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment