danicoin/src
moneromooo-monero b5d6faada3
wallet: fix bad amounts/fees again
m_amount_out was sometimes getting initialized with the sum of
an transaction's outputs, and sometimes with the sum of outputs
that were not change. This caused confusion and bugs. We now
always set it to the sum of outputs. This reverts an earlier
fix for bad amounts as this used the other semantics. The wallet
data should be converted automatically in a percentage of cases
that I'm hesitant to estimate. In any case, restoring from seed
or keys or rebuilding the cache will get it right.
2016-11-02 23:11:30 +00:00
..
blockchain_db wallet: select part of the fake outs from recent outputs 2016-10-15 18:17:16 +01:00
blockchain_utilities Revert "remove cn_deserialize" 2016-10-30 20:34:48 +00:00
blocks update block headers 2016-09-18 19:05:47 +02:00
common perf_timer: format string fix for 32 bits 2016-10-20 18:43:33 +01:00
crypto Changed to ..._HASHBITS everywhere for consistency 2016-10-29 14:59:06 +01:00
cryptonote_core core: fix removal of extra nonce using wrong type 2016-10-30 20:44:45 +00:00
cryptonote_protocol core: notify the txpool when transactions are relayed 2016-10-23 00:32:49 +01:00
daemon daemon: fix min/max tracking using the wrong size 2016-10-23 23:18:34 +01:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
p2p Merge pull request #1165 2016-10-04 12:14:41 +02:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct Merge pull request #1272 2016-11-01 21:49:30 +02:00
rpc Merge pull request #1247 2016-10-23 19:16:30 +02:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet wallet: fix bad amounts/fees again 2016-11-02 23:11:30 +00:00
wallet wallet: fix bad amounts/fees again 2016-11-02 23:11:30 +00:00
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
cryptonote_config.h Change default dust threshold to equal fee per kb 2016-10-12 14:04:26 +13:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in update version 2016-09-18 19:20:29 +02:00