Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Sep 3, 2024
1 parent 948c1e5 commit 762bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torus-js/torus-js-quick-start/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 762bbd1

Please sign in to comment.