updated comments

This commit is contained in:
debris 2015-12-21 16:57:28 +01:00
parent 263654e966
commit f4508083cd

View File

@ -216,7 +216,7 @@ impl BlockChain {
self._tree_route((from_details, from), (to_details, to)) self._tree_route((from_details, from), (to_details, to))
} }
/// Same as `tree_route` function, but returns a route /// Similar to `tree_route` function, but can be used to return a route
/// between blocks which may not be in database yet. /// between blocks which may not be in database yet.
fn _tree_route(&self, from: (BlockDetails, H256), to: (BlockDetails, H256)) -> TreeRoute { fn _tree_route(&self, from: (BlockDetails, H256), to: (BlockDetails, H256)) -> TreeRoute {
let mut from_branch = vec![]; let mut from_branch = vec![];