Optimized transaction picking algorithm

This commit is contained in:
SChernykh
2022-11-21 16:56:48 +01:00
parent b7f8c973f4
commit 3f66975e1b
2 changed files with 13 additions and 10 deletions

View File

@@ -106,6 +106,7 @@ private:
std::vector<uint64_t> m_rewards;
std::vector<TxMempoolData> m_mempoolTxs;
std::vector<int> m_mempoolTxsOrder;
std::vector<int> m_mempoolTxsOrder2;
std::vector<MinerShare> m_shares;
std::mt19937_64 m_rng;