taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 4d57733b91d43b50ed6bfc141ecbe558fab7d2d0
parent 5a109b8ebd3b071078790d2d70f2603870d076aa
Author: Florian Dold <florian@dold.me>
Date:   Sat, 18 Jul 2026 11:16:47 +0200

util: fix RFC number

Diffstat:
Mpackages/taler-util/src/helpers.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-util/src/helpers.ts b/packages/taler-util/src/helpers.ts @@ -45,7 +45,7 @@ export function canonicalizeBaseUrl(url: string): string { * Convert object to JSON with canonical ordering of keys * and whitespace omitted. * - * See RFC 4885 (https://tools.ietf.org/html/rfc8785). + * See RFC 8785 (https://tools.ietf.org/html/rfc8785). */ export function canonicalJson(obj: any): string { // Check for cycles, etc.