danicoin/src/wallet
moneromooo-monero 8c93608f2f
wallet: fix load/save versioning bug for recently added tx data
The version number passed to those data's serialize function
was always 0, not the wallet's version as I had expected.
A version number now exists for these structures so they're
versioned correctly.
2015-12-20 14:03:15 +00:00
..
CMakeLists.txt year updated in license 2015-01-02 18:52:46 +02:00
wallet2.cpp Merge pull request #544 2015-12-18 12:18:00 +02:00
wallet2.h wallet: fix load/save versioning bug for recently added tx data 2015-12-20 14:03:15 +00:00
wallet_errors.h wallet: save to a temporary file, then rename 2015-12-17 22:32:54 +00:00
wallet_rpc_server.cpp wallet: add a stop_wallet RPC call 2015-12-05 14:53:37 +00:00
wallet_rpc_server.h wallet: add a stop_wallet RPC call 2015-12-05 14:53:37 +00:00
wallet_rpc_server_commands_defs.h wallet: add a stop_wallet RPC call 2015-12-05 14:53:37 +00:00
wallet_rpc_server_error_codes.h Add a --restricted-rpc flag to simplewallet 2015-01-11 12:11:43 +00:00