Skip to content
Snippets Groups Projects
Verified Commit 6b41d93a authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

view: unused function removed

parent aa88716d
No related merge requests found
......@@ -489,16 +489,6 @@ where
}
}
/// Remove invalid transactions from the view.
///
/// Refer to [`crate::graph::ValidatedPool::remove_invalid`] for more details.
pub(crate) fn remove_invalid(
&self,
hashes: &[ExtrinsicHash<ChainApi>],
) -> Vec<TransactionFor<ChainApi>> {
self.pool.validated_pool().remove_invalid(hashes)
}
/// Returns true if the transaction with given hash is already imported into the view.
pub(super) fn is_imported(&self, tx_hash: &ExtrinsicHash<ChainApi>) -> bool {
const IGNORE_BANNED: bool = false;
......
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