mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-27 01:11:59 +02:00
[miner] bug fix: update for parent inclusion using modified fee
This commit is contained in:
parent
0f9a44461c
commit
7a8d60676b
@ -116,7 +116,7 @@ struct update_for_parent_inclusion
|
|||||||
|
|
||||||
void operator() (CTxMemPoolModifiedEntry &e)
|
void operator() (CTxMemPoolModifiedEntry &e)
|
||||||
{
|
{
|
||||||
e.nModFeesWithAncestors -= iter->GetFee();
|
e.nModFeesWithAncestors -= iter->GetModifiedFee();
|
||||||
e.nSizeWithAncestors -= iter->GetTxSize();
|
e.nSizeWithAncestors -= iter->GetTxSize();
|
||||||
e.nSigOpCostWithAncestors -= iter->GetSigOpCost();
|
e.nSigOpCostWithAncestors -= iter->GetSigOpCost();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user