monero/src/wallet
moneromooo-monero 1dd5b0b7df
wallet: keep change dest separate from other dests
This fixes misreporting of amount/fee in rct txes, as the rct
tx construction code was lumping all dests (whether change or
not) in the same dests vector, while the pre-rct code was
keeping it separate.
2016-09-18 12:04:23 +01:00
..
api wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
CMakeLists.txt cmake: transitive deps and remove deprecated LINK_* 2016-09-18 02:56:26 -04:00
wallet2_api.h libwallet_api: helper method to return maximumAllowedAmount 2016-08-23 12:35:45 +03:00
wallet2.cpp wallet: keep change dest separate from other dests 2016-09-18 12:04:23 +01:00
wallet2.h wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
wallet_errors.h wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
wallet_rpc_server_commands_defs.h wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
wallet_rpc_server_error_codes.h wallet: new {ex,im}port_key_images commands and RPC calls 2016-07-24 09:23:30 +01:00
wallet_rpc_server.cpp wallet: change priority/fee to ArticMine's recommendation 2016-09-16 11:50:52 +01:00
wallet_rpc_server.h wallet: new {ex,im}port_key_images commands and RPC calls 2016-07-24 09:23:30 +01:00