moved chainfilter from util to ethcore, blockchain stores block blooms

This commit is contained in:
debris
2016-02-11 14:35:03 +01:00
parent b0f2ae147b
commit 2cf0f1b5f3
6 changed files with 28 additions and 22 deletions

View File

@@ -121,7 +121,6 @@ pub mod memorydb;
pub mod overlaydb;
pub mod journaldb;
mod math;
pub mod chainfilter;
pub mod crypto;
pub mod triehash;
pub mod trie;
@@ -143,7 +142,6 @@ pub use memorydb::*;
pub use overlaydb::*;
pub use journaldb::*;
pub use math::*;
pub use chainfilter::*;
pub use crypto::*;
pub use triehash::*;
pub use trie::*;