SIGBlockchain / project_aurum

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

Add to map function #271

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

See: #268

Add some functionality to the pending pool map struct from issue #270 .

It should be able to return whether a key exists in the map (example in here: https://blog.golang.org/go-maps-in-action)

It should have an add function, that addresses two cases:

HarryL5004 commented 5 years ago

Completed