SIGBlockchain / project_aurum

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

youngest block reassignment #273

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

In cmd/handlers/main.go, add code that reassigns the youngest block to the new block that is successfully created in the interval trigger case.

kastolars commented 5 years ago

Completed