diff options
| author | Ikko Ashimine <[email protected]> | 2021-04-27 01:56:47 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-27 01:56:47 +0900 |
| commit | acc3a19ff921b429263683741dfe689c790fb9cd (patch) | |
| tree | 6cdcb6a32c23326c78b64d1ec7f3e7a1ee370beb /src/validation.cpp | |
| parent | Merge pull request #1769 from patricklodder/1.14.3-release-flag (diff) | |
| download | discoin-acc3a19ff921b429263683741dfe689c790fb9cd.tar.xz discoin-acc3a19ff921b429263683741dfe689c790fb9cd.zip | |
Refactor: fix typo in validation.cpp
inadvertantly -> inadvertently
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(); |