Cleanup transaction pool deps (#4782)

* Cleanup transaction pool deps

* Fix it properly

* Fix doc test
This commit is contained in:
Bastian Köcher
2020-01-31 12:40:32 +01:00
committed by GitHub
parent ce47bfa2ba
commit 709a899f9d
19 changed files with 140 additions and 69 deletions
@@ -16,8 +16,4 @@
//! Tests for top-level transaction pool api
#[cfg(any(feature = "test-helpers", test))]
pub mod api;
#[cfg(test)]
mod pool;
mod pool;