wownero/src/cryptonote_core
Tom Smeding 9bf0e53751 cryptonote: Add const-qualifier on comparison functor
The original code did not compile with GCC 8.2.1 in C++17 mode, since
comparison functions for std::set's must be invocable as const.
2019-02-01 16:44:56 +01:00
..
CMakeLists.txt blocks: use auto-generated .c files instead of 'LD -r -b binary' 2018-10-22 01:12:00 +03:00
blockchain.cpp blockchain: add --reorg-notify 2019-01-28 19:32:31 +00:00
blockchain.h blockchain: add --reorg-notify 2019-01-28 19:32:31 +00:00
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
cryptonote_core.cpp blockchain: add --reorg-notify 2019-01-28 19:32:31 +00:00
cryptonote_core.h Pruning 2019-01-22 20:30:51 +00:00
cryptonote_tx_utils.cpp add a bulletproof version, new bulletproof type, and rct config 2019-01-22 23:17:24 +00:00
cryptonote_tx_utils.h add a bulletproof version, new bulletproof type, and rct config 2019-01-22 23:17:24 +00:00
tx_pool.cpp Merge pull request #4946 2018-12-31 16:06:50 -06:00
tx_pool.h cryptonote: Add const-qualifier on comparison functor 2019-02-01 16:44:56 +01:00