SIGBlockchain / project_aurum

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

TestRecoverBlockchainMetadata from blockchain_test failing #308

Closed bashbashbash closed 5 years ago

bashbashbash commented 5 years ago

Read the attached error log below. It was discovered via issue #228 the a test in TestRecoverBlockchainMetadata from blockchain_test.go fails to handle a nil key case (the suspected cause, please confirm). Find the TODO comment in accountstable.go and fix the failing test. errors.txt

HarryL5004 commented 5 years ago

Completed