diff options
| author | MarcoFalke <[email protected]> | 2019-11-04 08:01:16 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-11-04 08:03:48 -0500 |
| commit | 73b26e38d7a174d5409dda8aa1fe9804e7779a1f (patch) | |
| tree | 0641ae675fe9b8777105d7c16c57782854cecc8a /src/validation.cpp | |
| parent | Merge #16110: depends: Add Android NDK support (diff) | |
| parent | doc: Fix some misspellings (diff) | |
| download | discoin-73b26e38d7a174d5409dda8aa1fe9804e7779a1f.tar.xz discoin-73b26e38d7a174d5409dda8aa1fe9804e7779a1f.zip | |
Merge #17351: doc: Fix some misspellings
ac831339cbfa65b1f7576c53b5d9a94841db9868 doc: Fix some misspellings (randymcmillan)
Pull request description:
Here is a more thorough lint-spelling update.
This PR takes care of easy to fix spelling errors to clean up the linting stages.
There are misspellings coded into the functional tests.
That is a whole separate job within itself.
ACKs for top commit:
practicalswift:
ACK ac831339cbfa65b1f7576c53b5d9a94841db9868 -- diff looks correct
Tree-SHA512: d8fad83fed083715655f148263ddeffc6752c8007d568fcf3dc2c418ccd5db70089ce3ccfd3994fcbd78043171402eb9cca5bdd5125287e22c42ea305aaa6e9d
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 ca6d2176b..11072b603 100644 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -733,7 +733,7 @@ bool MemPoolAccept::PreChecks(ATMPArgs& args, Workspace& ws) // To check these we first check if we meet the RBF criteria, above, and increment the descendant // limits by the direct conflict and its descendants (as these are recalculated in // CalculateMempoolAncestors by assuming the new transaction being added is a new descendant, with no - // removals, of each parent's existing dependant set). The ancestor count limits are unmodified (as + // removals, of each parent's existing dependent set). The ancestor count limits are unmodified (as // the ancestor limits should be the same for both our new transaction and any conflicts). // We don't bother incrementing m_limit_descendants by the full removal count as that limit never comes // into force here (as we're only adding a single transaction). |