-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
gob: type elliptic.p256Curve has no exported fields #85
Comments
您好,邮件已查收。Anmi、
|
@mithleshmeghwal0 Which code section? |
Line 87 in f35aa3c
its failing on this line Screeshot is from my local, so line number may differ |
|
The field is not accessible outside the file. |
Yup, i inspected until this point, but can we do any work around this ? |
For context, https://stackoverflow.com/questions/32676898/whats-the-purpose-of-gob-register-method |
One way might be to create your own type/interface to access to field... |
Yup, i will try to create interface and i will comment or probably create PR for this . Thanks @BryceWayne |
@BryceWayne i tried to build a package with elliptic , but it still failed |
Did you fix these,please? |
您好,邮件已查收。Anmi、
|
Seems @LangLiBa this repo is outdated, i created this issue long ago, there is no reply. I fixed this by using 1.18.9 go version. |
Ok, thanks a lot. |
Thanks @mithleshmeghwal0 |
I'm getting the same error, how should I fix this problem |
您好,邮件已查收。Anmi、
|
Is there another solution? Or please update the code based on the latest go version?thx. |
Here is my workaround (see lns 89-143). Then remove ln 66 and ln 82 from wallets.go. I implemented GobEncoder/GobDecoder interfaces to the |
您好,邮件已查收。Anmi、
|
elliptic.p256Curve has no exported fields See Jeiwan/blockchain_go#85
part_5 createwallet not working @Jeiwan
The text was updated successfully, but these errors were encountered: