fixed compilation after merge

This commit is contained in:
Svyatoslav Nikolsky 2016-10-25 16:05:46 +03:00
parent b7a188f68d
commit 2ab18a3ed4
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ impl<'a> Synchronization {
#[cfg(test)]
mod tests {
use chain::{Block, RepresetH256};
use chain::{Block, RepresentH256};
use primitives::hash::H256;
use local_chain::LocalChain;
use super::{Synchronization, State, Task};