Added a safety check to block template update

This commit is contained in:
SChernykh
2022-11-22 15:23:32 +01:00
parent 7eec4d742c
commit 8a27a8cce4
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@ private:
std::vector<uint8_t> m_blockHeader;
std::vector<uint8_t> m_minerTxExtra;
std::vector<uint8_t> m_transactionHashes;
unordered_set<hash> m_transactionHashesSet;
std::vector<uint64_t> m_rewards;
std::vector<TxMempoolData> m_mempoolTxs;
std::vector<int> m_mempoolTxsOrder;