oxen-core/src/blockchain_db
moneroexamples ec68cf822f Make get_output_key method const
get_output_key method is commonly used when working with txs and their key images. Because the method is not const, passing blockchain object though const& or pointers to const is not possible in this context. This is especially problematic in external projects (e.g., projects in moneroexamples) that use monero C++ api to operate on the blockchain and txs.

Thus, having get_output_key method will simplify moving blockchain object around through const references and pointers to const objects.
2019-01-07 05:53:14 +08:00
..
berkeleydb Make get_output_key method const 2019-01-07 05:53:14 +08:00
lmdb Make get_output_key method const 2019-01-07 05:53:14 +08:00
blockchain_db.cpp blockchain_db: allocate known size vector only once 2018-12-05 21:13:18 +00:00
blockchain_db.h Make get_output_key method const 2019-01-07 05:53:14 +08:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
db_types.h Update 2018 copyright 2018-01-26 10:03:20 -05:00