danicoin/src/wallet
moneromooo-monero d3bb72fff1
wallet2: fix infinite loop on future refresh height
If the refresh height is in the future, the current code will
loop till the actual height reaches this. Fix it by bailing out
if we receive only three hashes, which is what we set in the
call parameters.
2017-06-26 06:58:37 +01:00
..
api wallet_api: fix missing transaction parameter in callback 2017-06-13 19:34:51 +01:00
CMakeLists.txt changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
node_rpc_proxy.cpp node_rpc_proxy: fix earliest fork height query for unknown forks 2017-05-26 21:34:44 +01:00
node_rpc_proxy.h node_rpc_proxy: allow caching daemon RPC version 2017-02-27 17:57:18 +00:00
wallet2.cpp wallet2: fix infinite loop on future refresh height 2017-06-26 06:58:37 +01:00
wallet2.h Prevent crash if performing certain actions before wallet is initialized 2017-06-03 19:56:51 -05:00
wallet2_api.h Wallet API: add spend/view key getters 2017-05-02 16:48:38 +02: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 Prevent crash if performing certain actions before wallet is initialized 2017-06-03 19:56:51 -05:00
wallet_rpc_server.cpp wallet: add sweep_below function 2017-04-24 19:50:37 +01:00
wallet_rpc_server.h Resolve #92 add ability to create wallets thru RPC 2017-04-11 01:22:44 +01:00
wallet_rpc_server_commands_defs.h wallet: add sweep_below function 2017-04-24 19:50:37 +01:00
wallet_rpc_server_error_codes.h Resolve #92 add ability to create wallets thru RPC 2017-04-11 01:22:44 +01:00