danicoin/src/wallet
moneromooo-monero a50c4a4fad
wallet: option to merge destinations
With the change from the original transfer method to the new
algorithm, payments to the same destination were merged. It
seemed like a good idea, optimizing space. However, it is a
useful tool for people who want to split large outputs into
several smaller ones (ie, service providers making frequent
payments, and who do not like a large chunk of their balance
being locked for 10 blocks after each payment).

Default to off, which is a change from the previous behavior.
2017-03-25 11:44:04 +00:00
..
api Wallet API: add hard fork info functions 2017-03-24 09:59:26 +01:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
node_rpc_proxy.cpp wallet: increase node_rpc_proxy timeout to match wallet2 2017-03-18 23:06:06 +00:00
node_rpc_proxy.h node_rpc_proxy: allow caching daemon RPC version 2017-02-27 17:57:18 +00:00
wallet2.cpp wallet: option to merge destinations 2017-03-25 11:44:04 +00:00
wallet2.h wallet: option to merge destinations 2017-03-25 11:44:04 +00:00
wallet2_api.h Wallet API: add hard fork info functions 2017-03-24 09:59:26 +01:00
wallet_args.cpp Adds a config file option to the wallet 2017-03-12 21:45:59 +01:00
wallet_args.h wallet: fix --log-file not working 2017-02-28 09:07:56 +00:00
wallet_errors.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
wallet_rpc_server.cpp wallet rpc: enable solo mining 2017-03-20 09:47:16 +09:00
wallet_rpc_server.h wallet rpc: enable solo mining 2017-03-20 09:47:16 +09:00
wallet_rpc_server_commands_defs.h wallet rpc: enable solo mining 2017-03-20 09:47:16 +09:00
wallet_rpc_server_error_codes.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00