mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01:00
blockchain: fix comment wrongly refering to SHA-3 rather than Keccak
This commit is contained in:
parent
4c9fd8d86d
commit
886ed25055
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user