chore: removed commented code

This commit is contained in:
Davinci 2024-05-24 08:51:59 +02:00
parent dada1eebc5
commit e501f99729

View File

@ -325,7 +325,6 @@ export const Login = () => {
// Check if maybe hex nsec // Check if maybe hex nsec
try { try {
// const privateKey = nip19.decode(inputValue).data as Uint8Array
const privateKey = hexToBytes(inputValue) const privateKey = hexToBytes(inputValue)
const publickey = getPublicKey(privateKey) const publickey = getPublicKey(privateKey)