-
Notifications
You must be signed in to change notification settings - Fork 13
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
panic: ed25519: bad private key length: 128 #11
Comments
Hi @jsrj78, Can I see what you are doing? paste your code here |
Hi @jsrj78, This issue has been resolved with my latest push. there was a problem with the way I was decoding the secret key value. Please lemme know if you still have the same issue. My Bad I didnt read your comment carefully to understand the issue the first time. |
Hi, Ibraheem Bello code: func main() {
} |
Hi @jsrj78, Sorry, am responding late. I have been away for some days. I dont think you have any issue.
|
Hi codemaveric, func main() {
} |
Hi, Ibraheem Bello
When I run transfer coins example. I got error "panic: ed25519: bad private key length: 128".
Can you help me!
Thanks a lot of
The text was updated successfully, but these errors were encountered: