anthdm / projectx

A community driven modular blockchain created from scratch
MIT License
118 stars 39 forks source link

gob: type elliptic.p256Curve has no exported fields #3

Open akhilparakka opened 3 months ago

akhilparakka commented 3 months ago

After adding

gob.Register(elliptic.P256()) to  encoding.go

Im getting error

gob: type elliptic.p256Curve has no exported fields
AbdulRehman-z commented 2 months ago

The same error here

peng9808 commented 4 weeks ago

Have you solved this problem?@akhilparakka