diff options
| author | MarcoFalke <[email protected]> | 2019-03-22 13:21:58 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-03-22 13:19:44 -0400 |
| commit | fae38c3dc6a2dc633c236a0c27ca5a642767033e (patch) | |
| tree | 4b8a0a65aa4f70440265705ac04f4cf771c3c523 /src/validation.cpp | |
| parent | doc: Add release notes for 15629 (diff) | |
| download | discoin-fae38c3dc6a2dc633c236a0c27ca5a642767033e.tar.xz discoin-fae38c3dc6a2dc633c236a0c27ca5a642767033e.zip | |
doc: Fix all typos reported by codespell
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 a9b5bcf4a..21319b67c 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -2803,7 +2803,7 @@ bool CChainState::InvalidateBlock(CValidationState& state, const CChainParams& c bool ret = DisconnectTip(state, chainparams, &disconnectpool); // DisconnectTip will add transactions to disconnectpool. // Adjust the mempool to be consistent with the new tip, adding - // transactions back to the mempool if disconnecting was succesful, + // transactions back to the mempool if disconnecting was successful, // and we're not doing a very deep invalidation (in which case // keeping the mempool up to date is probably futile anyway). UpdateMempoolForReorg(disconnectpool, /* fAddToMempool = */ (++disconnected <= 10) && ret); |