SIGBlockchain / project_aurum

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

cmd main.go #310

Closed ramirez915 closed 5 years ago

ramirez915 commented 5 years ago

Handler's version of main.go is in cmd

kastolars commented 5 years ago

those two keys that are being hashed in the log statement around 139 just need to be initialized prior to log statement and then passed in as variables @ramirez915

ramirez915 commented 5 years ago

@kstola2 yea I noticed after working with it. I started from the bottom which I now know not to do because I ended up deleting that code. At least I had the right idea. I think it's all fixed now. I ran main.go and was able to produce blocks according to the terminal. There were 0 contracts but I didn't seem to get any errors