Skip to content

Move Delayed Siacoin Outputs to disk

triazo requested to merge dscoDB into master

As this was a map inside of a map, I implemented this as one bucket pointing to the id's of a bunch of other buckets in the same root level. It feels silly, but this allowed me to use all of the functions already in the set database for modifying top level buckets, making the code a bit cleaner.

Merge request reports