SIGBlockchain / project_aurum

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

Block & Contract Equals functions with receivers #259

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Change block and contract Equals functions to use receivers instead of two parameters.

Example of how publickey.go does this: https://github.com/SIGBlockchain/project_aurum/blob/dev/internal/publickey/publickey.go#L28

HarryL5004 commented 5 years ago

Completed