From 762bbd1afeda62ecdbfada89a4f8f90ceb34fdd9 Mon Sep 17 00:00:00 2001 From: Yashovardhan Agrawal <21066442+yashovardhan@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:29:56 +0530 Subject: [PATCH] nit --- torus-js/torus-js-quick-start/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torus-js/torus-js-quick-start/src/App.tsx b/torus-js/torus-js-quick-start/src/App.tsx index 9174160..059e511 100644 --- a/torus-js/torus-js-quick-start/src/App.tsx +++ b/torus-js/torus-js-quick-start/src/App.tsx @@ -147,7 +147,7 @@ function App() { 'Expanded Private Key (64 bytes):': privateKey, 'Public Key X:': torusKey.finalKeyData.X, 'Public Key Y:': torusKey.finalKeyData.Y, - 'Public Key (64 bytes):': publicKey, + 'Public Key (32 bytes):': publicKey, 'Address from Public Key:': address, 'Address from Web3Auth:': torusKey.finalKeyData.walletAddress, }