Skip to content

Commit f6187d6

Browse files
committed
Make processBlockTx private.
1 parent ae7327b commit f6187d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/policy/fees.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ class CBlockPolicyEstimator
209209
void processBlock(unsigned int nBlockHeight,
210210
std::vector<const CTxMemPoolEntry*>& entries);
211211

212-
/** Process a transaction confirmed in a block*/
213-
bool processBlockTx(unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
214-
215212
/** Process a transaction accepted to the mempool*/
216213
void processTransaction(const CTxMemPoolEntry& entry, bool validFeeEstimate);
217214

@@ -251,6 +248,10 @@ class CBlockPolicyEstimator
251248

252249
unsigned int trackedTxs;
253250
unsigned int untrackedTxs;
251+
252+
/** Process a transaction confirmed in a block*/
253+
bool processBlockTx(unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
254+
254255
};
255256

256257
class FeeFilterRounder

0 commit comments

Comments
 (0)