danicoin/src/cryptonote_core
moneromooo-monero aaeb164cf6
tx_pool: remove transactions if they're in the blockchain
When starting up, if the pool state was not saved, the pool
might contain transactions which made it into the blockchain,
so these need removing
2017-03-23 09:25:29 +00:00
..
blockchain.cpp blockchain: lower the relay fee by 2% 2017-03-20 19:14:12 +00:00
blockchain.h Removed boost/asio.hpp include from epee/string_tools.h 2017-03-18 22:05:14 -04:00
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
CMakeLists.txt fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error 2017-03-10 11:22:39 +09:00
cryptonote_core.cpp core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
cryptonote_core.h core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
cryptonote_tx_utils.cpp core: cache tx and block hashes in the respective classes 2017-03-23 09:25:17 +00:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.cpp tx_pool: remove transactions if they're in the blockchain 2017-03-23 09:25:29 +00:00
tx_pool.h core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00