danicoin/src/wallet
moneromooo-monero 20f7152769
wallet2: fix sending a rct tx with a single output available
This would have tried to send a second output to make the tx
look like the 2/2 ideal, but it would not fail to find one
because picking an output from preferred_inputs priority list
did not remove it from the unused tranfer/dust outputs, so
it would try to send the same output twice.

While there, I also added a check to avoid sending a second
input if it's related to the first. Better 1/2 than linking
inputs, I think.
2017-01-22 15:16:45 +00:00
..
api Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
CMakeLists.txt wallet: add a node RPC cache layer for simple RPC calls 2017-01-16 08:59:15 +00:00
node_rpc_proxy.cpp wallet: add a node RPC cache layer for simple RPC calls 2017-01-16 08:59:15 +00:00
node_rpc_proxy.h wallet: add a node RPC cache layer for simple RPC calls 2017-01-16 08:59:15 +00:00
password_container.cpp Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
password_container.h Refactored password prompting for wallets 2016-12-19 20:00:43 -05:00
wallet2.cpp wallet2: fix sending a rct tx with a single output available 2017-01-22 15:16:45 +00:00
wallet2.h wallet: add a node RPC cache layer for simple RPC calls 2017-01-16 08:59:15 +00:00
wallet2_api.h Merge pull request #1564 2017-01-15 14:46:52 -05:00
wallet_args.cpp Change logging to easylogging++ 2017-01-16 00:25:46 +00: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: add a node RPC cache layer for simple RPC calls 2017-01-16 08:59:15 +00:00
wallet_rpc_server.cpp wallet2: reuse fake outs when adjusting fee on transfer 2017-01-16 08:59:08 +00:00
wallet_rpc_server.h Change logging to easylogging++ 2017-01-16 00:25:46 +00:00
wallet_rpc_server_commands_defs.h Change logging to easylogging++ 2017-01-16 00:25:46 +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