danicoin/src/blockchain_db
Thomas Winget eee3ee7073
BlockchainDB implementations have names now
In order to make things more general, BlockchainDB now has get_db_name()
which should return a string with the "name" of that type of db.
This "name" will be the subfolder name that holds that db type's files
within the monero folder.

Small bugfix: blockchain_converter was not correctly appending this in
the prior hard-coded-string implementation of the subfolder data
directory concept.
2015-03-13 21:39:27 -04:00
..
lmdb BlockchainDB implementations have names now 2015-03-13 21:39:27 -04:00
blockchain_db.cpp Moved BlockchainDB into its own src/ subfolder 2015-03-06 15:20:45 -05:00
blockchain_db.h BlockchainDB implementations have names now 2015-03-13 21:39:27 -04:00
CMakeLists.txt Moved BlockchainDB into its own src/ subfolder 2015-03-06 15:20:45 -05:00