danicoin/src/cryptonote_core/BlockchainDB_impl
warptangent 4d0a94b20c
Complete implementation of transaction removal
Complete method BlockchainLMDB::remove_output()
  - use output index as the key for:
    m_output_indices, m_output_txs, m_output_keys
  - call new method BlockchainLMDB::remove_amount_output_index()

Add method to remove amount output index.
  - BlockchainLMDB::remove_amount_output_index()
  - for m_output_amounts

This also fixes the segfault when blockchain reorganization is
attempted.
2015-01-11 21:22:09 -08:00
..
db_lmdb.cpp Complete implementation of transaction removal 2015-01-11 21:22:09 -08:00
db_lmdb.h Complete implementation of transaction removal 2015-01-11 21:22:09 -08:00