From b74dd326ac4ebc250ed7b42f37c9ac3a911a653a Mon Sep 17 00:00:00 2001 From: nixer89 Date: Thu, 25 Sep 2025 10:45:07 +0200 Subject: [PATCH] formatting #2 --- lib/fetchUnl.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fetchUnl.mjs b/lib/fetchUnl.mjs index 0cd8564..199359f 100644 --- a/lib/fetchUnl.mjs +++ b/lib/fetchUnl.mjs @@ -126,7 +126,7 @@ const fetchUnl = (url, master_public_key) => { let sha512HalfBuffer = sha512Blob.digest().slice(0,32); assert(signing_key.verify(sha512HalfBuffer, json.signature), - "Payload signature in mantifest failed verification with SECP256K1") + "Payload signature in mantifest failed verification with secp256k1") } blob = JSON.parse(blob)