From bb91131d545d986aab81c4bb13676c4520169259 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 27 Jul 2023 13:52:29 -0600 Subject: [PATCH] doc: remove out-of-date external link in src/util/strencodings.h --- src/util/strencodings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/strencodings.h b/src/util/strencodings.h index d792562735e..439678c24a1 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. */