danicoin/src/wallet
moneromooo-monero 8bc1bd6b65
wallet: use minimum mixin when RPC asks for too low mixin
After the fork, normal transfer functions called via RPC
use the minimum mixin 2 if 0 or 1 is requested. While the
incoming transaction may be valid (eg, it has an unmixable
and at most a mixable input), it is a simple way to make
sure RPC users can't get a seemingly random accept/reject
behavior if they don't update their requested mixin.
2016-03-11 21:32:16 +00:00
..
CMakeLists.txt updated copyright year 2015-12-31 08:39:56 +02:00
wallet2.cpp Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
wallet2.h wallet_rpc_server: make use_fork_rules public 2016-03-11 21:31:50 +00:00
wallet_errors.h Use boost::thread instead of std::thread 2016-03-11 15:09:50 +00:00
wallet_rpc_server.cpp wallet: use minimum mixin when RPC asks for too low mixin 2016-03-11 21:32:16 +00:00
wallet_rpc_server.h updated copyright year 2015-12-31 08:39:56 +02:00
wallet_rpc_server_commands_defs.h updated copyright year 2015-12-31 08:39:56 +02:00
wallet_rpc_server_error_codes.h updated copyright year 2015-12-31 08:39:56 +02:00