From 5e33fe0aa7b9965319bdbbe21b9c1b70e99be01c Mon Sep 17 00:00:00 2001 From: Adrian Brink Date: Wed, 5 Apr 2017 13:50:11 +0200 Subject: [PATCH] Add cache to HeaderChain struct. --- ethcore/light/src/client/header_chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcore/light/src/client/header_chain.rs b/ethcore/light/src/client/header_chain.rs index 615ffd89b..a6e5165d7 100644 --- a/ethcore/light/src/client/header_chain.rs +++ b/ethcore/light/src/client/header_chain.rs @@ -427,7 +427,7 @@ impl HeaderChain { } } - /// Get the nth CHT root, if it's been computed. + /// Get the nth CHT root, if it has been computed. /// /// CHT root 0 is from block `1..2048`. /// CHT root 1 is from block `2049..4096`