diff options
author | RoboSchmied <github@roboschmie.de> | 2024-03-21 21:26:45 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-26 16:51:37 +0000 |
commit | b5ed13a2408a141d737341137b26b2f0249c8167 (patch) | |
tree | a27a9d117502701f0b4db7cbb47ef9df28d9132d /src/validation.h | |
parent | d04324a7056a735c1127ba8ccdc720a16e7281a3 (diff) |
doc: Fix typos
Fix three typos.
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index de81058033..36e28b9745 100644 --- a/src/validation.h +++ b/src/validation.h @@ -275,7 +275,7 @@ MempoolAcceptResult AcceptToMemoryPool(Chainstate& active_chainstate, const CTra * Validate (and maybe submit) a package to the mempool. See doc/policy/packages.md for full details * on package validation rules. * @param[in] test_accept When true, run validation checks but don't submit to mempool. -* @param[in] client_maxfeerate If exceeded by an individual transaction, rest of (sub)package evalution is aborted. +* @param[in] client_maxfeerate If exceeded by an individual transaction, rest of (sub)package evaluation is aborted. * Only for sanity checks against local submission of transactions. * @returns a PackageMempoolAcceptResult which includes a MempoolAcceptResult for each transaction. * If a transaction fails, validation will exit early and some results may be missing. It is also |