danicoin/src/blockchain_db/lmdb
moneromooo-monero a98e976f9e
blockchain_db: fixup missing key images in early DB version
Early DB versions did not store key images for inputs if the
transaction spending them had no outputs (ie, all fee). This
is not correct, as this would allow these outputs to be double
spent. This was fixed in 533acc30ed
a few months ago, but databases having synced blocks 2021612 and
685498 with a faulty version will be missing those key images
in the spent keys database. This code checks for this, and adds
those key images if they are missing.
2015-12-06 21:55:05 +00:00
..
db_lmdb.cpp blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00
db_lmdb.h blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00