We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9a444 commit 7a8d606Copy full SHA for 7a8d606
src/node/miner.h
@@ -116,7 +116,7 @@ struct update_for_parent_inclusion
116
117
void operator() (CTxMemPoolModifiedEntry &e)
118
{
119
- e.nModFeesWithAncestors -= iter->GetFee();
+ e.nModFeesWithAncestors -= iter->GetModifiedFee();
120
e.nSizeWithAncestors -= iter->GetTxSize();
121
e.nSigOpCostWithAncestors -= iter->GetSigOpCost();
122
}
0 commit comments