From f4508083cd5db62a7004735d22ec4bede49c67ff Mon Sep 17 00:00:00 2001 From: debris Date: Mon, 21 Dec 2015 16:57:28 +0100 Subject: [PATCH] updated comments --- src/blockchain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockchain.rs b/src/blockchain.rs index 8e662faaf..df729787a 100644 --- a/src/blockchain.rs +++ b/src/blockchain.rs @@ -216,7 +216,7 @@ impl BlockChain { 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. fn _tree_route(&self, from: (BlockDetails, H256), to: (BlockDetails, H256)) -> TreeRoute { let mut from_branch = vec![];