diff options
author | einsteinsfool <piotrkakol@protonmail.com> | 2018-06-23 21:15:29 +0200 |
---|---|---|
committer | einsteinsfool <piotrkakol@protonmail.com> | 2018-06-23 21:15:29 +0200 |
commit | 7cdd147da5b06a692b0b825992de3bb07f142156 (patch) | |
tree | b33d211242225cbc3bf686524230b024a1252b12 /src/crypto/tree-hash.c | |
parent | Merge pull request #3784 (diff) | |
download | monero-7cdd147da5b06a692b0b825992de3bb07f142156.tar.xz |
Changed URLs to HTTPS
Diffstat (limited to '')
-rw-r--r-- | src/crypto/tree-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/tree-hash.c b/src/crypto/tree-hash.c index e6d6a267c..57c38b86b 100644 --- a/src/crypto/tree-hash.c +++ b/src/crypto/tree-hash.c @@ -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. // |