File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ void CTxMemPool::Apply(ChangeSet* changeset)
442
442
std::optional<CTxMemPool::setEntries> ancestors;
443
443
if (i == 0 ) {
444
444
// Note: ChangeSet::CalculateMemPoolAncestors() will return a
445
- // cached value if mempool ancestors for this tranaction were
445
+ // cached value if mempool ancestors for this transaction were
446
446
// previously calculated.
447
447
// We can only use a cached ancestor calculation for the first
448
448
// transaction in a package, because in-package parents won't be
Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ class CTxMemPool
808
808
* mempool.
809
809
*
810
810
* CalculateMemPoolAncestors() calculates the in-mempool (not including
811
- * what is in the change set itself) ancestors of a given transacion .
811
+ * what is in the change set itself) ancestors of a given transaction .
812
812
*
813
813
* Apply() will apply the removals and additions that are staged into the
814
814
* mempool.
You can’t perform that action at this time.
0 commit comments