danicoin/src/simplewallet
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
..
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
password_container.cpp Fix #864 2016-08-01 02:32:14 +00:00
password_container.h Fix #864 2016-08-01 02:32:14 +00:00
simplewallet.cpp wallet: fix bad amounts/fees again 2016-11-02 23:11:30 +00:00
simplewallet.h Merge pull request #1281 2016-11-01 15:12:03 +02:00