fixed build

This commit is contained in:
debris 2016-02-13 13:15:46 +01:00
parent 84c752583a
commit 3a09b2f226
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub mod ethash;
/// Export the denominations module.
pub mod denominations;
pub use self::ethash::*;
pub use self::ethash::{Ethash};
pub use self::denominations::*;
use super::spec::*;