-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support Secp256k1 format private keys import #357
feat: support Secp256k1 format private keys import #357
Conversation
client/keys/import.go
Outdated
Short: "Import private keys into the local keybase", | ||
Long: "Import a ASCII armored private key into the local keybase.", | ||
Long: "Import a ASCII armored/EIP-712 private key into the local keybase.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think EIP-712 can not describe a kind of private key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the description
Description
feat: support Secp256k1 private keys import
Rationale
support Secp256k1 format private keys import via cmd
Example
Changes
Notable changes: