fixed typo

This commit is contained in:
debris 2016-03-10 00:11:35 +01:00
parent 8b042ac875
commit f397fb210f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ use blockchain::block_info::{BlockInfo, BlockLocation};
pub struct ImportRoute {
/// Blocks that were invalidated by new block.
pub invalidated_blocks: Vec<H256>,
/// Blocks that were validted by new block.
/// Blocks that were validated by new block.
pub validated_blocks: Vec<H256>,
}