danicoin/src/wallet
moneromooo-monero 6c44f5c6eb
wallet: send 0 change to a random address where necessary with rct
If a rct transaction would cause no change to be generated, a zero
change output is added, and sent to a randomly generated address.
This ensures that no transaction will be sent with just one output,
which could cause the receiver to be able to determine which of the
inputs in the sent rings is the real one.
This is very rare, since it requires the sum of outputs to be equal
to the sum of outputs plus the fee, which is now a function of the
last few blocks.
2016-12-07 21:05:50 +00:00
..
api Merge pull request #1398 2016-12-04 22:28:22 +02:00
CMakeLists.txt Don't build monero-wallet-rpc when building the GUI 2016-11-12 19:22:19 +01:00
password_container.cpp Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
password_container.h Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet2.cpp wallet: send 0 change to a random address where necessary with rct 2016-12-07 21:05:50 +00:00
wallet2.h Merge pull request #1398 2016-12-04 22:28:22 +02:00
wallet2_api.h Merge pull request #1388 2016-12-04 22:17:48 +02:00
wallet_args.cpp Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_args.h Created monero-wallet-rpc, moving functionality from monero-wallet-cli 2016-11-10 16:39:27 -05:00
wallet_errors.h wallet: improve error messages when not enough money for transfer 2016-10-15 14:31:40 +01:00
wallet_rpc_server.cpp Merge pull request #1398 2016-12-04 22:28:22 +02:00
wallet_rpc_server.h wallet: add API and RPC to create/parse monero: URIs 2016-11-28 17:54:22 +00:00
wallet_rpc_server_commands_defs.h wallet: add API and RPC to create/parse monero: URIs 2016-11-28 17:54:22 +00:00
wallet_rpc_server_error_codes.h wallet: add API and RPC to create/parse monero: URIs 2016-11-28 17:54:22 +00:00