monero/src/cryptonote_core
Leon Klingele 399921347f
txpool: Properly bail out when outputs_amount == inputs_amount
Previously, when outputs_amount == inputs_amount, the "m_overspend" property
was set, whereas "m_fee_too_low" would have been the correct property to set.

This is unlikely to ever occur and just something I've noticed while reading
through the code.
2018-02-01 00:48:45 +01:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp Merge pull request #3144 2018-01-27 17:25:40 -08:00
blockchain.h Merge pull request #3144 2018-01-27 17:25:40 -08:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
cryptonote_core.cpp Merge pull request #3143 2018-01-27 17:25:33 -08:00
cryptonote_core.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
cryptonote_tx_utils.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
cryptonote_tx_utils.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
tx_pool.cpp txpool: Properly bail out when outputs_amount == inputs_amount 2018-02-01 00:48:45 +01:00
tx_pool.h Update 2018 copyright 2018-01-26 10:03:20 -05:00