purpleprotocol / purple_prototype

Old experiment, not related to the new Purplecoin architecture. Only kept for historical reasons. Please ignore.
GNU General Public License v3.0
89 stars 6 forks source link

Mempool - Next transaction sets should be added to a queue #278

Open iNemesis21 opened 4 years ago

iNemesis21 commented 4 years ago

A queue collection is needed in order to store the computed transaction sets. Each set has to be added to the queue, and pop-ed out from there when needed.