danicoin/src/blockchain_db/lmdb
Howard Chu d98d5e79cb Fix data refs in read-only txns
Data is only guaranteed to be valid within the lifetime of a txn.
You cannot use data returned from LMDB after the txn ends.
Also, fixed a missing txn.commit BlockchainLMDB::get_tx_unlock_time()
2015-12-10 01:45:40 +00:00
..
db_lmdb.cpp Fix data refs in read-only txns 2015-12-10 01:45:40 +00:00
db_lmdb.h blockchain_db: fixup missing key images in early DB version 2015-12-06 21:55:05 +00:00