mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
blockchain: fix comment wrongly refering to SHA-3 rather than Keccak
This commit is contained in:
@@ -1042,7 +1042,7 @@ namespace cryptonote
|
||||
std::unordered_map<crypto::hash, std::unordered_map<crypto::key_image, std::vector<output_data_t>>> m_scan_table;
|
||||
std::unordered_map<crypto::hash, crypto::hash> m_blocks_longhash_table;
|
||||
|
||||
// SHA-3 hashes for each block and for fast pow checking
|
||||
// Keccak hashes for each block and for fast pow checking
|
||||
std::vector<std::pair<crypto::hash, crypto::hash>> m_blocks_hash_of_hashes;
|
||||
std::vector<std::pair<crypto::hash, uint64_t>> m_blocks_hash_check;
|
||||
std::vector<crypto::hash> m_blocks_txs_check;
|
||||
|
||||
Reference in New Issue
Block a user