You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's impossible to know with hex, but most people will not use hex these days. We could possibly add a warning if you paste a hex key that it cannot be verified? @stackingsaunter
Now, if someone pastes his public key npub1myprivatekey into nsec field, it doesn't validate - the extension just changes it to nsec1myprivatekey and then derives a new public from this private one
Feature description
Looks like now in private key field one can paste npub and it derives another npub out of it
it confuses users, example
Describe the solution
validate whether pasted key is correct (if it starts with nsec....) - not sure if that's more difficult with hex format though
Describe alternatives
No response
Additional context
No response
Are you working on this?
None
The text was updated successfully, but these errors were encountered: