danicoin/src/blockchain_db/lmdb
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
..
db_lmdb.cpp BlockchainDB implementations have names now 2015-03-13 21:39:27 -04:00
db_lmdb.h BlockchainDB implementations have names now 2015-03-13 21:39:27 -04:00