monero/src/wallet/api
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
..
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp wallet2_api: use uint64_t for amounts 2016-07-17 09:33:31 +01:00
pending_transaction.h PendingTransactionImpl: pointer->reference 2016-06-23 16:01:41 +03:00
transaction_history.cpp wallet: fix bad amounts/fees again 2016-11-02 23:11:30 +00:00
transaction_history.h libwallet_api: TransactionHistory: read/write syncchronization 2016-10-06 23:25:43 +03:00
transaction_info.cpp TransactionHistory continued 2016-06-23 16:01:26 +03:00
transaction_info.h TransactionHistory continued 2016-06-23 16:01:26 +03:00
utils.cpp libwallet_api: fix unhandled exception on address check 2016-09-30 21:43:57 +03:00
wallet_manager.cpp Wallet API: added walletExists logic 2016-10-30 15:34:50 +01:00
wallet_manager.h libwallet_api: Added option to restore from specific height 2016-10-08 00:57:09 +02:00
wallet.cpp Merge pull request #1230 2016-10-23 19:04:01 +02:00
wallet.h Wallet API: added setRecoveringFromSeed(); 2016-10-10 19:37:10 +02:00