diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-01-28 13:14:54 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-01-28 13:21:25 +0100 |
commit | 1340eda3b7b6ca2789d6ec65dad72ee4c3844661 (patch) | |
tree | 8e1ef2755ead1bd1de86ccc28387767326d381e0 /src/validation.cpp | |
parent | 9cf6393a4f82b9c81d3b4b468a17a89db10531a2 (diff) |
Fix typos
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 8cee0dfac3..698ef9181d 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -2577,7 +2577,7 @@ bool CChainState::ActivateBestChain(CValidationState &state, const CChainParams& if (GetMainSignals().CallbacksPending() > 10) { // Block until the validation queue drains. This should largely // never happen in normal operation, however may happen during - // reindex, causing memory blowup if we run too far ahead. + // reindex, causing memory blowup if we run too far ahead. SyncWithValidationInterfaceQueue(); } |