SIGBlockchain / project_aurum

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

Client update with pending pool #281

Closed kastolars closed 5 years ago

kastolars commented 5 years ago

Handle case where client sends update request when they have pending contracts. It should check the pending pool for the wallet metadata first and update based on that or proceed normally.

kastolars commented 5 years ago

Completed