From 2823c03bae90f43d2cde6110056d2a22dae7a865 Mon Sep 17 00:00:00 2001 From: TtheBC01 Date: Fri, 4 Oct 2024 16:11:04 -0700 Subject: [PATCH] formatting --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4b1aa8a..958d869 100644 --- a/index.html +++ b/index.html @@ -471,7 +471,7 @@

Generate keys, signatures, and message payloads to use with Solidity.

console.log("QX: ", `0x${qx}`); console.log("QY: ", `0x${qy}`); - const parsedPublicKey = `keyId: ${id}` + "Qx: " + `0x${qx}` + " Qy: " + `0x${qy}`; + const parsedPublicKey = `keyId: ${id}` + ' ' + "Qx: " + `0x${qx}` + " Qy: " + `0x${qy}`; showCopyToClipboardButton(parsedPublicKey, "Pubkey Data Copied: "); }