danicoin/src/blockchain_db/lmdb
warptangent 79ff6a5a56
Add LMDB error string to database transaction exception message
When throwing an exception from being unable to begin an LMDB
transaction, include the reason.

It's often been due to a write transaction attempted within a write
transaction (batch mode), but there can be other reasons such as write
transaction attempted while database was opened read only, or
environment's map needs to be resized.
2015-12-13 09:09:46 -08:00
..
db_lmdb.cpp Add LMDB error string to database transaction exception message 2015-12-13 09:09:46 -08:00
db_lmdb.h blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00