SIGBlockchain / project_aurum

SIG Blockchain blockchain project in Go
https://acm.cs.uic.edu/sigblockchain
MIT License
7 stars 0 forks source link

Unhandled error in GenerateNRandomKeys #398

Closed kastolars closed 4 years ago

kastolars commented 5 years ago

GenerateNRandomKeys() in privatekey.go uses a function called x509.MarshalECPrivateKey() on line 80 that is not being handled. If GenerateNRandomKeys() is ever used, make sure that the error returned by x509.MarshalECPrivateKey() is being handled.

contact @ramirez915 for details

HarryL5004 commented 4 years ago

Completed