File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,6 @@ class CBlockPolicyEstimator
209
209
void processBlock (unsigned int nBlockHeight,
210
210
std::vector<const CTxMemPoolEntry*>& entries);
211
211
212
- /* * Process a transaction confirmed in a block*/
213
- bool processBlockTx (unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
214
-
215
212
/* * Process a transaction accepted to the mempool*/
216
213
void processTransaction (const CTxMemPoolEntry& entry, bool validFeeEstimate);
217
214
@@ -251,6 +248,10 @@ class CBlockPolicyEstimator
251
248
252
249
unsigned int trackedTxs;
253
250
unsigned int untrackedTxs;
251
+
252
+ /* * Process a transaction confirmed in a block*/
253
+ bool processBlockTx (unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
254
+
254
255
};
255
256
256
257
class FeeFilterRounder
You can’t perform that action at this time.
0 commit comments