diff options
| author | Patrick Lodder <[email protected]> | 2021-04-29 15:54:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 15:54:39 +0200 |
| commit | b9b293ae358a6444d36ee8adb1b0ba0a4549f023 (patch) | |
| tree | 962732d0b8aceb2bca51164a89412d1c328a5ba0 /src/validation.cpp | |
| parent | Merge pull request #1835 from chromatic/fix-importprivkey-doc (diff) | |
| parent | Refactor: fix typo in validation.cpp (diff) | |
| download | discoin-b9b293ae358a6444d36ee8adb1b0ba0a4549f023.tar.xz discoin-b9b293ae358a6444d36ee8adb1b0ba0a4549f023.zip | |
Merge pull request #1858 from eltociear/patch-3
Refactor: fix typo in validation.cpp
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 c21c78467..6b5dcb188 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -2516,7 +2516,7 @@ bool ActivateBestChain(CValidationState &state, const CChainParams& chainparams, // state of transactions in our wallet is currently cleared when we // receive another notification and there is a race condition where // notification of a connected conflict might cause an outside process - // to abandon a transaction and then have it inadvertantly cleared by + // to abandon a transaction and then have it inadvertently cleared by // the notification that the conflicted transaction was evicted. MemPoolConflictRemovalTracker mrt(mempool); CBlockIndex *pindexOldTip = chainActive.Tip(); |