From dbf30ff10f76d2ab9114b345e8712cba30a8d282 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 21 Mar 2017 19:49:08 +0100 Subject: [trivial] Fix typos in comments --- src/validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/validation.cpp') diff --git a/src/validation.cpp b/src/validation.cpp index be82026b3..037b9c0ab 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -3152,7 +3152,7 @@ static bool AcceptBlock(const std::shared_ptr& pblock, CValidation bool fTooFarAhead = (pindex->nHeight > int(chainActive.Height() + MIN_BLOCKS_TO_KEEP)); // TODO: Decouple this function from the block download logic by removing fRequested - // This requires some new chain datastructure to efficiently look up if a + // This requires some new chain data structure to efficiently look up if a // block is in a chain leading to a candidate for best tip, despite not // being such a candidate itself. -- cgit v1.2.3