aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2023-07-27 13:52:29 -0600
committerJon Atack <jon@atack.com>2023-08-24 15:51:25 -0600
commitbb91131d545d986aab81c4bb13676c4520169259 (patch)
tree8ec21d61adfc9c2c339477b52c6a9d31c9a51d6c
parent7d494a48ddf4248ef3b1753b6e7f2eeab3a8ecb7 (diff)
downloadbitcoin-bb91131d545d986aab81c4bb13676c4520169259.tar.xz
doc: remove out-of-date external link in src/util/strencodings.h
-rw-r--r--src/util/strencodings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/strencodings.h b/src/util/strencodings.h
index d792562735..439678c24a 100644
--- a/src/util/strencodings.h
+++ b/src/util/strencodings.h
@@ -260,7 +260,6 @@ bool TimingResistantEqual(const T& a, const T& b)
}
/** Parse number as fixed point according to JSON number syntax.
- * See https://json.org/number.gif
* @returns true on success, false on error.
* @note The result must be in the range (-10^18,10^18), otherwise an overflow error will trigger.
*/