aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tree-hash.c
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-07-19 13:56:38 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-07-19 13:56:38 -0500
commit94ed562148964434e0d736c99e7b4e2b0f98d93c (patch)
tree8436d8fc8d8b9288312a1c70a8a274316717486e /src/crypto/tree-hash.c
parentMerge pull request #4033 (diff)
parentChanged URLs to HTTPS (diff)
downloadmonero-94ed562148964434e0d736c99e7b4e2b0f98d93c.tar.xz
Merge pull request #4045
7cdd147 Changed URLs to HTTPS (einsteinsfool)
Diffstat (limited to 'src/crypto/tree-hash.c')
-rw-r--r--src/crypto/tree-hash.c2
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.
//