diff options
| author | Jonas Schnelli <[email protected]> | 2017-03-22 08:37:58 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-03-22 08:38:24 +0100 |
| commit | 90586b68972c7f7eea3dd07008d97482a42e8072 (patch) | |
| tree | d42711858c7005410c9417b07c405205354f9e97 /src/validation.cpp | |
| parent | Merge #10039: Fix compile errors with Qt 5.3.2 and Boost 1.55.0 (diff) | |
| parent | [trivial] Fix typos in comments (diff) | |
| download | discoin-90586b68972c7f7eea3dd07008d97482a42e8072.tar.xz discoin-90586b68972c7f7eea3dd07008d97482a42e8072.zip | |
Merge #10045: [trivial] Fix typos in comments
dbf30ff [trivial] Fix typos in comments (practicalswift)
Tree-SHA512: a841c96ba1a80ab57206e8ef4fa9b40ecff2244075a5539fc09f57e763bf2e92b0ed089e32a0dbac3902518dcda43d224f75a3462a560148841746560640ba70
Diffstat (limited to 'src/validation.cpp')
| -rw-r--r-- | src/validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<const CBlock>& 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. |