|
|
|
@ -109,7 +109,7 @@ public:
@@ -109,7 +109,7 @@ public:
|
|
|
|
|
// Adjusts the descendant state.
|
|
|
|
|
void UpdateDescendantState(int64_t modifySize, CAmount modifyFee, int64_t modifyCount); |
|
|
|
|
// Adjusts the ancestor state
|
|
|
|
|
void UpdateAncestorState(int64_t modifySize, CAmount modifyFee, int64_t modifyCount, int modifySigOps); |
|
|
|
|
void UpdateAncestorState(int64_t modifySize, CAmount modifyFee, int64_t modifyCount, int64_t modifySigOps); |
|
|
|
|
// Updates the fee delta used for mining priority score, and the
|
|
|
|
|
// modified fees with descendants.
|
|
|
|
|
void UpdateFeeDelta(int64_t feeDelta); |
|
|
|
|