wownero/src/wallet
moneromooo-monero cbe0122bf1
wallet2: initialize amount to 0 in tx_scan_info_t ctor
It seems the more prudent thing to do here. It will not catch
attempts to use that value before it is initialized when using
ASAN or valgrind, but in a case where it does, it will have
smaller repercussions.

So it seems appropriate in this particular case.

Coverity 182498
2018-10-29 16:22:55 +00:00
..
api Merge pull request #4615 2018-10-26 22:38:41 +02:00
CMakeLists.txt add daemonizer to rpc wallet 2018-09-15 06:24:27 +10:00
node_rpc_proxy.cpp node_rpc_proxy: return a non empty error string on connection failure 2018-09-17 11:03:46 +00:00
node_rpc_proxy.h v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00:00
ringdb.cpp Rename "blackball" for clarity 2018-10-18 18:45:45 +00:00
ringdb.h record blackballs as amount/offset, and add export ability 2018-09-10 09:04:18 +00:00
wallet2.cpp Merge pull request #4617 2018-10-26 22:39:00 +02:00
wallet2.h wallet2: initialize amount to 0 in tx_scan_info_t ctor 2018-10-29 16:22:55 +00:00
wallet_args.cpp wallet: disable core dumps on startup in release mode 2018-08-12 16:28:10 +00:00
wallet_args.h wallet cli/rpc: terminate execution with code 0 when --help or --version is given 2018-04-22 11:48:44 +09:00
wallet_errors.h Return appropriate RPC error code when key image signature check fails 2018-10-11 18:12:17 +02:00
wallet_rpc_server_commands_defs.h Merge pull request #4552 2018-10-26 22:32:34 +02:00
wallet_rpc_server_error_codes.h wallet-rpc: watch-only and cold wallet features added 2018-06-03 13:21:00 +02:00
wallet_rpc_server.cpp Merge pull request #4561 2018-10-26 22:33:35 +02:00
wallet_rpc_server.h Merge pull request #4539 2018-10-26 22:20:57 +02:00