Closed quentinlesceller closed 5 years ago
Okay this Is ready to be merged. We check if the output is spent during the query. We could avoid to do this and update the spent field of an output but that would require a sync from scratch to be accurate. As such I have remove the spent column in the outputs table to avoid any confusion.
Merging this since nothing is removed and migration can easily be made (add two indexes in db).
WIP. Fixes #39.