Update blockchain.rs

This commit is contained in:
Gav Wood 2016-02-19 11:33:46 +01:00
parent 046984f7e8
commit 0e10efc727

View File

@ -35,7 +35,7 @@ pub struct TreeRoute {
/// Best common ancestor of these blocks. /// Best common ancestor of these blocks.
pub ancestor: H256, pub ancestor: H256,
/// An index where best common ancestor would be. /// An index where best common ancestor would be.
pub index: usize pub index: usize,
} }
/// Represents blockchain's in-memory cache size in bytes. /// Represents blockchain's in-memory cache size in bytes.