aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
diff options
context:
space:
mode:
authorGabriel Pérez <[email protected]>2021-05-14 12:59:02 -0400
committerGabriel Pérez <[email protected]>2021-05-14 12:59:02 -0400
commit548ffd6ed2f90018aa97549a6fb5c33659c0f193 (patch)
treef036b3b381f0b4bcd4836255de9e97c148147934 /src/validation.cpp
parentUpdating Dogecoin references in CONTRIBUTING (diff)
parentMerge pull request #1844 from pmzajaczkowski/fixing-polish-translations (diff)
downloaddiscoin-548ffd6ed2f90018aa97549a6fb5c33659c0f193.tar.xz
discoin-548ffd6ed2f90018aa97549a6fb5c33659c0f193.zip
Merge branch '1.14.4-dev' of github.com:dogecoin/dogecoin into remove-bitcoin-references
Diffstat (limited to 'src/validation.cpp')
-rw-r--r--src/validation.cpp2
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();