mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
b5d6faada3
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
password_container.cpp | ||
password_container.h | ||
simplewallet.cpp | ||
simplewallet.h |