mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
[miner] bug fix: update for parent inclusion using modified fee
This commit is contained in:
parent
0f9a44461c
commit
7a8d60676b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ struct update_for_parent_inclusion
|
|||
|
||||
void operator() (CTxMemPoolModifiedEntry &e)
|
||||
{
|
||||
e.nModFeesWithAncestors -= iter->GetFee();
|
||||
e.nModFeesWithAncestors -= iter->GetModifiedFee();
|
||||
e.nSizeWithAncestors -= iter->GetTxSize();
|
||||
e.nSigOpCostWithAncestors -= iter->GetSigOpCost();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue