mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 15:25:03 -04:00
Changed URLs to HTTPS
This commit is contained in:
parent
ffab67004c
commit
7cdd147da5
21 changed files with 79 additions and 79 deletions
|
@ -67,7 +67,7 @@ size_t tree_hash_cnt(size_t count) {
|
|||
}
|
||||
|
||||
void tree_hash(const char (*hashes)[HASH_SIZE], size_t count, char *root_hash) {
|
||||
// The blockchain block at height 202612 http://monerochain.info/block/bbd604d2ba11ba27935e006ed39c9bfdd99b76bf4a50654bc1e1e61217962698
|
||||
// The blockchain block at height 202612 https://moneroblocks.info/block/202612
|
||||
// contained 514 transactions, that triggered bad calculation of variable "cnt" in the original version of this function
|
||||
// as from CryptoNote code.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue