danicoin/src/wallet
moneromooo-monero 0c57df9770
wallet2: fix temporarily missing incoming tx when being mined
When scanning the txpool without having first updated the
blockchain, the tx would be seen as neither in the txpool
nor the chain, and removed, so it'd only reappear once the
chain is refreshed, and the tx seen in a block.
2017-08-05 12:36:03 +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 temporarily missing incoming tx when being mined 2017-08-05 12:36:03 +01:00
wallet2.h wallet2: fix temporarily missing incoming tx when being mined 2017-08-05 12:36:03 +01: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 Merge pull request #2125 2017-07-03 12:30:46 +02:00
wallet_rpc_server.h Minor cleanup: tab vs. space + logs messages 2017-06-26 12:30:14 +02:00
wallet_rpc_server_commands_defs.h Fix #2120: return per-tx amount in transfer_split RPC call. 2017-06-26 12:22:12 +02:00
wallet_rpc_server_error_codes.h Resolve #92 add ability to create wallets thru RPC 2017-04-11 01:22:44 +01:00