fixed typo
This commit is contained in:
parent
8b042ac875
commit
f397fb210f
@ -24,7 +24,7 @@ use blockchain::block_info::{BlockInfo, BlockLocation};
|
|||||||
pub struct ImportRoute {
|
pub struct ImportRoute {
|
||||||
/// Blocks that were invalidated by new block.
|
/// Blocks that were invalidated by new block.
|
||||||
pub invalidated_blocks: Vec<H256>,
|
pub invalidated_blocks: Vec<H256>,
|
||||||
/// Blocks that were validted by new block.
|
/// Blocks that were validated by new block.
|
||||||
pub validated_blocks: Vec<H256>,
|
pub validated_blocks: Vec<H256>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user