diff options
| author | practicalswift <[email protected]> | 2018-01-28 13:14:54 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-01-28 13:21:25 +0100 |
| commit | 1340eda3b7b6ca2789d6ec65dad72ee4c3844661 (patch) | |
| tree | 8e1ef2755ead1bd1de86ccc28387767326d381e0 /src/validation.cpp | |
| parent | Merge #12270: Update chainTxData for 0.16 (diff) | |
| download | discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.tar.xz discoin-1340eda3b7b6ca2789d6ec65dad72ee4c3844661.zip | |
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 8cee0dfac..698ef9181 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(); } |