monero/src
moneromooo-monero 2bf029be17
wallet2: fix corner case failing to send a second output
If a rct transaction can be made with just one input, a second
output will be added. This output will be the smallest amount
output available. However, if this output is a non rct output
with less available fake outs than requested, the transaction
will be rejected. We now check the histogram to only consider
outputs with enough available fake outs in the first place.
2017-01-28 15:07:15 +00:00
..
blockchain_db Tweak some msg loglevels 2017-01-16 20:42:59 +00:00
blockchain_utilities fixups in logging init calls, and add missing net context in a log 2017-01-16 10:45:59 +00:00
blocks update checkpoints 2016-12-13 00:26:25 +02:00
common Make stack trace show up in log file with default settings 2017-01-21 20:28:18 +00:00
crypto Merge pull request #1510 2017-01-08 16:40:02 -08:00
cryptonote_core Update log messages to reflect fact we no longer need to type exit to save database before quitting 2017-01-23 01:21:26 +00:00
cryptonote_protocol Update log messages to reflect fact we no longer need to type exit to save database before quitting 2017-01-23 01:21:26 +00:00
daemon Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics mnemonics: fix language detection with checksum word 2017-01-15 11:16:25 +00:00
p2p Remove unreachable returns 2017-01-23 11:29:34 +01:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct ringct: reorder a bit to check quicker tests first 2017-01-21 20:29:22 +00:00
rpc Merge pull request #1610 2017-01-22 11:48:39 -05:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet Merge pull request #1599 2017-01-20 21:00:01 -05:00
wallet wallet2: fix corner case failing to send a second output 2017-01-28 15:07:15 +00:00
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
cryptonote_config.h Merge pull request #1263 2016-11-11 12:34:43 +02:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in bump version 2016-12-13 00:29:29 +02:00