mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
Make processBlockTx private.
This commit is contained in:
parent
ae7327b832
commit
f6187d6e39
@ -209,9 +209,6 @@ public:
|
|||||||
void processBlock(unsigned int nBlockHeight,
|
void processBlock(unsigned int nBlockHeight,
|
||||||
std::vector<const CTxMemPoolEntry*>& entries);
|
std::vector<const CTxMemPoolEntry*>& entries);
|
||||||
|
|
||||||
/** Process a transaction confirmed in a block*/
|
|
||||||
bool processBlockTx(unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
|
|
||||||
|
|
||||||
/** Process a transaction accepted to the mempool*/
|
/** Process a transaction accepted to the mempool*/
|
||||||
void processTransaction(const CTxMemPoolEntry& entry, bool validFeeEstimate);
|
void processTransaction(const CTxMemPoolEntry& entry, bool validFeeEstimate);
|
||||||
|
|
||||||
@ -251,6 +248,10 @@ private:
|
|||||||
|
|
||||||
unsigned int trackedTxs;
|
unsigned int trackedTxs;
|
||||||
unsigned int untrackedTxs;
|
unsigned int untrackedTxs;
|
||||||
|
|
||||||
|
/** Process a transaction confirmed in a block*/
|
||||||
|
bool processBlockTx(unsigned int nBlockHeight, const CTxMemPoolEntry* entry);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class FeeFilterRounder
|
class FeeFilterRounder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user